summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_donor_resume_on_stepup_and_restart.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_donor_resume_on_stepup_and_restart.js')
-rw-r--r--jstests/replsets/tenant_migration_donor_resume_on_stepup_and_restart.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/replsets/tenant_migration_donor_resume_on_stepup_and_restart.js b/jstests/replsets/tenant_migration_donor_resume_on_stepup_and_restart.js
index 40d7c00f63c..8ced7f53232 100644
--- a/jstests/replsets/tenant_migration_donor_resume_on_stepup_and_restart.js
+++ b/jstests/replsets/tenant_migration_donor_resume_on_stepup_and_restart.js
@@ -3,16 +3,12 @@
*
* Incompatible with shard merge, which can't handle restart.
*
- * TODO SERVER-66034: Remove requires_fcv_61 tag.
- *
* @tags: [
* incompatible_with_macos,
* incompatible_with_shard_merge,
* incompatible_with_windows_tls,
* requires_majority_read_concern,
* requires_persistence,
- * # failpoint pauseTenantMigrationAfterUpdatingToCommittedState only exists on the latest branch.
- * requires_fcv_61,
* # Tenant migrations are only used in serverless.
* serverless,
* ]