From d80312792b116f68bb3dd19d92e6c8f84c48f177 Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Thu, 13 Aug 2020 19:13:40 -0400 Subject: SERVER-49227 Tag tests to be excluded from jsCore_slot_based_execution --- jstests/core/geo_s2nonstring.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jstests/core/geo_s2nonstring.js') 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(); -- cgit v1.2.1