summaryrefslogtreecommitdiff
path: root/jstests/core/profile_hide_index.js
diff options
context:
space:
mode:
authorJustin Seyster <justin.seyster@mongodb.com>2020-08-13 19:13:40 -0400
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-08-14 02:34:21 +0000
commitd80312792b116f68bb3dd19d92e6c8f84c48f177 (patch)
treea861d1e3503475e19d17192196a4645489276082 /jstests/core/profile_hide_index.js
parent34cf3f46be8dbf6433ed69b9eb925c6f2856c2e1 (diff)
downloadmongo-d80312792b116f68bb3dd19d92e6c8f84c48f177.tar.gz
SERVER-49227 Tag tests to be excluded from jsCore_slot_based_execution
Diffstat (limited to 'jstests/core/profile_hide_index.js')
-rw-r--r--jstests/core/profile_hide_index.js9
1 files changed, 5 insertions, 4 deletions
diff --git a/jstests/core/profile_hide_index.js b/jstests/core/profile_hide_index.js
index 10f585ff710..b0a9dda1ed8 100644
--- a/jstests/core/profile_hide_index.js
+++ b/jstests/core/profile_hide_index.js
@@ -2,10 +2,11 @@
* Ensure the 'hidden' flag can be found in currentOp and profiler.
*
* @tags: [
- * assumes_read_concern_unchanged,
- * assumes_read_preference_unchanged,
- * requires_non_retryable_writes,
- * requires_profiling,
+ * assumes_read_concern_unchanged,
+ * assumes_read_preference_unchanged,
+ * requires_non_retryable_writes,
+ * requires_profiling,
+ * sbe_incompatible,
* ]
*/