summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_ignore_create_index_on_nonempty_collection.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_ignore_create_index_on_nonempty_collection.js')
-rw-r--r--jstests/replsets/tenant_migration_ignore_create_index_on_nonempty_collection.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/jstests/replsets/tenant_migration_ignore_create_index_on_nonempty_collection.js b/jstests/replsets/tenant_migration_ignore_create_index_on_nonempty_collection.js
index 765109c0828..78bbe38f90e 100644
--- a/jstests/replsets/tenant_migration_ignore_create_index_on_nonempty_collection.js
+++ b/jstests/replsets/tenant_migration_ignore_create_index_on_nonempty_collection.js
@@ -4,8 +4,13 @@
* is guaranteed to be dropped after because we block explicit index builds on the donor for the
* duration of the tenant migration.
*
- * @tags: [requires_fcv_49, requires_majority_read_concern, incompatible_with_windows_tls,
- * incompatible_with_eft, incompatible_with_macos, requires_persistence]
+ * @tags: [
+ * incompatible_with_eft,
+ * incompatible_with_macos,
+ * incompatible_with_windows_tls,
+ * requires_majority_read_concern,
+ * requires_persistence,
+ * ]
*/
(function() {