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/exists3.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'jstests/core/exists3.js') diff --git a/jstests/core/exists3.js b/jstests/core/exists3.js index e4ce03437bb..5b1c29be1db 100644 --- a/jstests/core/exists3.js +++ b/jstests/core/exists3.js @@ -1,4 +1,7 @@ // Check exists with non empty document, based on SERVER-2470 example. +// @tags: [ +// sbe_incompatible, +// ] t = db.jstests_exists3; t.drop(); -- cgit v1.2.1