SERVER-57896 tenant_migration_donor_startup_recovery.js fix

This commit is contained in:
Suganthi Mani
2023-08-31 19:33:30 -04:00
committed by Evergreen Agent
parent 4110684598
commit c8a4ce5e07

View File

@@ -43,7 +43,7 @@ donorRst.startSet();
donorRst.initiate();
if (isShardMergeEnabled(donorRst.getPrimary().getDB("admin"))) {
donorRst.stop();
donorRst.stopSet();
jsTestLog("Skipping this shard merge incompatible test.");
quit();
}