summaryrefslogtreecommitdiff
path: root/jstests/core/fts_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/fts_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/fts_index.js')
-rw-r--r--jstests/core/fts_index.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/jstests/core/fts_index.js b/jstests/core/fts_index.js
index 1a567668629..48524fa53e2 100644
--- a/jstests/core/fts_index.js
+++ b/jstests/core/fts_index.js
@@ -7,14 +7,14 @@
* 5. Bad weights test cases.
*
* @tags: [
- * # Cannot implicitly shard accessed collections because of collection existing when none
- * # expected.
- * assumes_no_implicit_collection_creation_after_drop,
- * # Has operations which may never complete in stepdown/kill/terminate transaction tests.
- * operations_longer_than_stepdown_interval_in_txns,
- *
- * # Uses index building in background
- * requires_background_index,
+ * # Cannot implicitly shard accessed collections because of collection existing when none
+ * # expected.
+ * assumes_no_implicit_collection_creation_after_drop,
+ * # Has operations which may never complete in stepdown/kill/terminate transaction tests.
+ * operations_longer_than_stepdown_interval_in_txns,
+ * # Uses index building in background
+ * requires_background_index,
+ * sbe_incompatible,
* ]
*/