summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_large_txn.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_large_txn.js')
-rw-r--r--jstests/replsets/tenant_migration_large_txn.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/jstests/replsets/tenant_migration_large_txn.js b/jstests/replsets/tenant_migration_large_txn.js
index 3a01e072281..ac341baeb42 100644
--- a/jstests/replsets/tenant_migration_large_txn.js
+++ b/jstests/replsets/tenant_migration_large_txn.js
@@ -5,8 +5,13 @@
* commit the transaction even if the migration enters the blocking state while the applyOps oplog
* entries are being written.
*
- * @tags: [requires_fcv_47, requires_majority_read_concern, incompatible_with_eft,
- * incompatible_with_windows_tls, incompatible_with_macos, requires_persistence]
+ * @tags: [
+ * incompatible_with_eft,
+ * incompatible_with_macos,
+ * incompatible_with_windows_tls,
+ * requires_majority_read_concern,
+ * requires_persistence,
+ * ]
*/
(function() {