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/explain5.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'jstests/core/explain5.js') diff --git a/jstests/core/explain5.js b/jstests/core/explain5.js index 03fcec4ddc6..5bae866e096 100644 --- a/jstests/core/explain5.js +++ b/jstests/core/explain5.js @@ -1,5 +1,8 @@ // Check explain results for a plan that uses an index to obtain the requested sort order. -// @tags: [assumes_balancer_off] +// @tags: [ +// assumes_balancer_off, +// sbe_incompatible, +// ] t = db.jstests_explain5; t.drop(); -- cgit v1.2.1