diff options
Diffstat (limited to 'jstests/core/collation.js')
-rw-r--r-- | jstests/core/collation.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/collation.js b/jstests/core/collation.js index 51bec0f8bce..f73ea604650 100644 --- a/jstests/core/collation.js +++ b/jstests/core/collation.js @@ -1,3 +1,7 @@ +// Cannot implicitly shard accessed collections because of collection existing when none +// expected. +// @tags: [assumes_no_implicit_collection_creation_after_drop] + // Integration tests for the collation feature. (function() { 'use strict'; |