summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_donor_retry.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/tenant_migration_donor_retry.js')
-rw-r--r--jstests/replsets/tenant_migration_donor_retry.js7
1 files changed, 2 insertions, 5 deletions
diff --git a/jstests/replsets/tenant_migration_donor_retry.js b/jstests/replsets/tenant_migration_donor_retry.js
index 6229c81b153..7ac00d9471e 100644
--- a/jstests/replsets/tenant_migration_donor_retry.js
+++ b/jstests/replsets/tenant_migration_donor_retry.js
@@ -43,11 +43,8 @@ function setup() {
donorRst.startSet();
donorRst.initiate();
- const tenantMigrationTest = new TenantMigrationTest({
- name: jsTestName(),
- donorRst: donorRst,
- sharedOptions: {setParameter: garbageCollectionOpts},
- });
+ const tenantMigrationTest = new TenantMigrationTest(
+ {name: jsTestName(), donorRst: donorRst, quickGarbageCollection: true});
return {
tenantMigrationTest,
teardown: function() {