summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js')
-rw-r--r--jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js b/jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js
index 91cfc8d80e4..0f42f344d64 100644
--- a/jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js
+++ b/jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js
@@ -83,7 +83,7 @@ const hangBeforeAdvanceStableTsFp =
configureFailPoint(recipientPrimary, "fpBeforeAdvancingStableTimestamp", {action: "hang"});
// Start the migration.
-assert.commandWorked(tmt.startMigration(migrationOpts, {enableDonorStartMigrationFsync: true}));
+assert.commandWorked(tmt.startMigration(migrationOpts));
// The recipient's stable timestamp should be less than the timestamp it receives from the donor to
// use as the startApplyingDonorOpTime, so the recipient should advance its stable timestamp. Wait