summaryrefslogtreecommitdiff
path: root/jstests/core/insert2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/insert2.js')
-rw-r--r--jstests/core/insert2.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/core/insert2.js b/jstests/core/insert2.js
index f01fd153d0c..5da0fc5b7f5 100644
--- a/jstests/core/insert2.js
+++ b/jstests/core/insert2.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]
+
// Create a new connection object so it won't affect the global connection when we modify
// it's settings.
var conn = new Mongo(db.getMongo().host);