summaryrefslogtreecommitdiff
path: root/jstests/core/geo_s2near_equator_opposite.js
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2021-01-31 00:34:57 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-14 15:30:07 +0000
commit0fc5b56b12dbdc248556fdfa9da2f44479eac699 (patch)
treedfac279997b20789e8c376fcf5a74fce75b15d22 /jstests/core/geo_s2near_equator_opposite.js
parent4dd10ec20b608ec364db1ba4815bbf45d73e8da4 (diff)
downloadmongo-0fc5b56b12dbdc248556fdfa9da2f44479eac699.tar.gz
SERVER-51823 Use classic engine to evaluate queries containing expressions not supported in SBE
Diffstat (limited to 'jstests/core/geo_s2near_equator_opposite.js')
-rw-r--r--jstests/core/geo_s2near_equator_opposite.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/jstests/core/geo_s2near_equator_opposite.js b/jstests/core/geo_s2near_equator_opposite.js
index 4b028baf43c..223eb50a0b5 100644
--- a/jstests/core/geo_s2near_equator_opposite.js
+++ b/jstests/core/geo_s2near_equator_opposite.js
@@ -1,9 +1,6 @@
// Tests geo near with 2 points diametrically opposite to each other
// on the equator
// First reported in SERVER-11830 as a regression in 2.5
-// @tags: [
-// sbe_incompatible,
-// ]
(function() {
var t = db.geos2nearequatoropposite;