diff options
Diffstat (limited to 'jstests/core/indexa.js')
-rw-r--r-- | jstests/core/indexa.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/indexa.js b/jstests/core/indexa.js index be86c9acf54..33ffaa4bf78 100644 --- a/jstests/core/indexa.js +++ b/jstests/core/indexa.js @@ -1,3 +1,7 @@ +// Cannot implicitly shard accessed collections because of extra shard key index in sharded +// collection. +// @tags: [assumes_no_implicit_index_creation] + // unique index constraint test for updates // case where object doesn't grow tested here |