summaryrefslogtreecommitdiff
path: root/jstests/core/geo_s2nonstring.js
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2020-08-13 19:13:40 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-14 02:34:21 +0000
commitd80312792b116f68bb3dd19d92e6c8f84c48f177 (patch)
treea861d1e3503475e19d17192196a4645489276082 /jstests/core/geo_s2nonstring.js
parent34cf3f46be8dbf6433ed69b9eb925c6f2856c2e1 (diff)
downloadmongo-d80312792b116f68bb3dd19d92e6c8f84c48f177.tar.gz
SERVER-49227 Tag tests to be excluded from jsCore_slot_based_execution
Diffstat (limited to 'jstests/core/geo_s2nonstring.js')
-rw-r--r--jstests/core/geo_s2nonstring.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/geo_s2nonstring.js b/jstests/core/geo_s2nonstring.js
index 960f0c727a8..f8b1000b09c 100644
--- a/jstests/core/geo_s2nonstring.js
+++ b/jstests/core/geo_s2nonstring.js
@@ -1,4 +1,7 @@
// Added to make sure that S2 indexing's string AND non-string keys work.
+// @tags: [
+// sbe_incompatible,
+// ]
t = db.geo_s2nonstring;
t.drop();