summaryrefslogtreecommitdiff
path: root/jstests/core/geo_s2polywithholes.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/geo_s2polywithholes.js')
-rw-r--r--jstests/core/geo_s2polywithholes.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/core/geo_s2polywithholes.js b/jstests/core/geo_s2polywithholes.js
index e37606465f6..1d337e9bf1d 100644
--- a/jstests/core/geo_s2polywithholes.js
+++ b/jstests/core/geo_s2polywithholes.js
@@ -1,8 +1,3 @@
-/**
- * @tags: [
- * sbe_incompatible,
- * ]
- */
var t = db.geo_s2weirdpolys;
t.drop();
t.createIndex({geo: "2dsphere"});