summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_recipient_stepdown_after_forget.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_recipient_stepdown_after_forget.js')
-rw-r--r--jstests/replsets/tenant_migration_recipient_stepdown_after_forget.js9
1 files changed, 7 insertions, 2 deletions
diff --git a/jstests/replsets/tenant_migration_recipient_stepdown_after_forget.js b/jstests/replsets/tenant_migration_recipient_stepdown_after_forget.js
index ab1fc85118a..cd5d99c30a0 100644
--- a/jstests/replsets/tenant_migration_recipient_stepdown_after_forget.js
+++ b/jstests/replsets/tenant_migration_recipient_stepdown_after_forget.js
@@ -3,8 +3,13 @@
* primary is made to step down after marking as garbage collectable. The oplog buffer collection
* must be dropped.
*
- * @tags: [requires_fcv_49, requires_replication, incompatible_with_windows_tls,
- * incompatible_with_eft, incompatible_with_macos, requires_persistence]
+ * @tags: [
+ * incompatible_with_eft,
+ * incompatible_with_macos,
+ * incompatible_with_windows_tls,
+ * requires_persistence,
+ * requires_replication,
+ * ]
*/
(function() {