summaryrefslogtreecommitdiff
path: root/jstests/sharding/tenant_migration_disallowed_in_sharded_cluster.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/tenant_migration_disallowed_in_sharded_cluster.js')
-rw-r--r--jstests/sharding/tenant_migration_disallowed_in_sharded_cluster.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/jstests/sharding/tenant_migration_disallowed_in_sharded_cluster.js b/jstests/sharding/tenant_migration_disallowed_in_sharded_cluster.js
index d6edfb5ea82..7b5e3922853 100644
--- a/jstests/sharding/tenant_migration_disallowed_in_sharded_cluster.js
+++ b/jstests/sharding/tenant_migration_disallowed_in_sharded_cluster.js
@@ -1,8 +1,12 @@
/**
* Tests that tenant migration commands cannot be run on sharded clusters.
*
- * @tags: [requires_fcv_47, requires_majority_read_concern, requires_persistence,
- * incompatible_with_eft, incompatible_with_windows_tls]
+ * @tags: [
+ * incompatible_with_eft,
+ * incompatible_with_windows_tls,
+ * requires_majority_read_concern,
+ * requires_persistence,
+ * ]
*/
(function() {