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, 0 insertions, 4 deletions
diff --git a/jstests/core/insert2.js b/jstests/core/insert2.js
index 5da0fc5b7f5..f01fd153d0c 100644
--- a/jstests/core/insert2.js
+++ b/jstests/core/insert2.js
@@ -1,7 +1,3 @@
-// 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);