summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_retry_session_migration.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_retry_session_migration.js')
-rw-r--r--jstests/replsets/tenant_migration_retry_session_migration.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/jstests/replsets/tenant_migration_retry_session_migration.js b/jstests/replsets/tenant_migration_retry_session_migration.js
index 5fdae0f83c5..255625dc641 100644
--- a/jstests/replsets/tenant_migration_retry_session_migration.js
+++ b/jstests/replsets/tenant_migration_retry_session_migration.js
@@ -2,8 +2,13 @@
* Tests that retrying a failed tenant migration works even if the config.transactions on the
* recipient is not cleaned up after the failed migration.
*
- * @tags: [requires_fcv_49, 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() {