summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_donor_state_machine.js
diff options
context:
space:
mode:
authorLingzhi Deng <lingzhi.deng@mongodb.com>2020-12-10 09:14:18 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-12-10 18:20:53 +0000
commit4b8f297ca8da46eab9fd668a2c3f4df70724c2ac (patch)
treee56e62604af22240851cb85625edc35aa5905c40 /jstests/replsets/tenant_migration_donor_state_machine.js
parentdfb857953579304273b2737d7c8a094d19d13853 (diff)
downloadmongo-4b8f297ca8da46eab9fd668a2c3f4df70724c2ac.tar.gz
SERVER-48814: Implement recipientForgetMigration command
Diffstat (limited to 'jstests/replsets/tenant_migration_donor_state_machine.js')
-rw-r--r--jstests/replsets/tenant_migration_donor_state_machine.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/replsets/tenant_migration_donor_state_machine.js b/jstests/replsets/tenant_migration_donor_state_machine.js
index 72a37ecb75b..4f172b7dc1b 100644
--- a/jstests/replsets/tenant_migration_donor_state_machine.js
+++ b/jstests/replsets/tenant_migration_donor_state_machine.js
@@ -74,9 +74,7 @@ const donorRst = new ReplSetTest({
donorRst.startSet();
donorRst.initiate();
-// TODO SERVER-48814: Remove 'enableRecipientTesting: false'.
-const tenantMigrationTest =
- new TenantMigrationTest({name: jsTestName(), enableRecipientTesting: false, donorRst});
+const tenantMigrationTest = new TenantMigrationTest({name: jsTestName(), donorRst});
if (!tenantMigrationTest.isFeatureFlagEnabled()) {
jsTestLog("Skipping test because the tenant migrations feature flag is disabled");
donorRst.stopSet();