summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
diff options
context:
space:
mode:
authorHenrik Edin <henrik.edin@mongodb.com>2019-04-10 11:41:34 -0400
committerHenrik Edin <henrik.edin@mongodb.com>2019-04-12 10:09:58 -0400
commit577efe962a1cfe9da721d4a57d4405492f6bbf61 (patch)
tree6485e9a5a02ccb571de7f5e4c77a8d7b0ee38641 /jstests/noPassthroughWithMongod
parent092e71eab06999437d8df8ab3e023219fc593963 (diff)
downloadmongo-577efe962a1cfe9da721d4a57d4405492f6bbf61.tar.gz
SERVER-40561 Disable tests that build indexes on preexisting data when using the mobile storage engine.
All inserts are currently running in their own separate transaction making it very slow.
Diffstat (limited to 'jstests/noPassthroughWithMongod')
-rw-r--r--jstests/noPassthroughWithMongod/geo_polygon.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/jstests/noPassthroughWithMongod/geo_polygon.js b/jstests/noPassthroughWithMongod/geo_polygon.js
index d2b271c32d7..7c23442d4de 100644
--- a/jstests/noPassthroughWithMongod/geo_polygon.js
+++ b/jstests/noPassthroughWithMongod/geo_polygon.js
@@ -1,3 +1,7 @@
+//
+// @tags: [SERVER-40561]
+//
+
t = db.geo_polygon4;
t.drop();