summaryrefslogtreecommitdiff
path: root/jstests/core/geo_max.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/geo_max.js')
-rw-r--r--jstests/core/geo_max.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/geo_max.js b/jstests/core/geo_max.js
index 03771ea34d4..d77d2ad8513 100644
--- a/jstests/core/geo_max.js
+++ b/jstests/core/geo_max.js
@@ -1,6 +1,9 @@
// Test where points are on _max (180)
// Using GeoNearRandom because this test needs a lot of points in the index.
// If there aren't enough points the test passes even if the code is broken.
+// @tags: [
+// sbe_incompatible,
+// ]
load("jstests/libs/geo_near_random.js");
var test = new GeoNearRandomTest("geo_near_max");