diff options
Diffstat (limited to 'jstests/aggregation/sources/lookup/collation_lookup.js')
-rw-r--r-- | jstests/aggregation/sources/lookup/collation_lookup.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/aggregation/sources/lookup/collation_lookup.js b/jstests/aggregation/sources/lookup/collation_lookup.js index cf1b742c367..89a0b21c038 100644 --- a/jstests/aggregation/sources/lookup/collation_lookup.js +++ b/jstests/aggregation/sources/lookup/collation_lookup.js @@ -1,3 +1,6 @@ +// Cannot implicitly shard accessed collections because of collection existing when none expected. +// @tags: [assumes_no_implicit_collection_creation_after_drop] + /** * Tests that the $lookup stage respects the collation. * |