summaryrefslogtreecommitdiff
path: root/jstests/replsets/tenant_migration_cloner_stats_with_failover.js
diff options
context:
space:
mode:
authorJason Chan <jason.chan@mongodb.com>2021-08-17 23:08:47 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-08-18 19:51:21 +0000
commit8fdfe55ebd9bd4a9cd982e8eeb6052e6aedc4ccd (patch)
tree749045ffb7696c45d4fd928454827c8739487b4f /jstests/replsets/tenant_migration_cloner_stats_with_failover.js
parent7cb407c0a298cd015f720c51418ef9062c8c602e (diff)
downloadmongo-8fdfe55ebd9bd4a9cd982e8eeb6052e6aedc4ccd.tar.gz
SERVER-52936 Remove featureFlagTenantMigration
Diffstat (limited to 'jstests/replsets/tenant_migration_cloner_stats_with_failover.js')
-rw-r--r--jstests/replsets/tenant_migration_cloner_stats_with_failover.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/jstests/replsets/tenant_migration_cloner_stats_with_failover.js b/jstests/replsets/tenant_migration_cloner_stats_with_failover.js
index de3ff0d7423..6b7235ae54d 100644
--- a/jstests/replsets/tenant_migration_cloner_stats_with_failover.js
+++ b/jstests/replsets/tenant_migration_cloner_stats_with_failover.js
@@ -30,11 +30,6 @@ load("jstests/replsets/libs/tenant_migration_util.js");
const tenantMigrationTest = new TenantMigrationTest(
{name: jsTestName(), sharedOptions: {setParameter: {collectionClonerBatchSize: 10}}});
-if (!tenantMigrationTest.isFeatureFlagEnabled()) {
- jsTestLog("Skipping test because the tenant migrations feature flag is disabled");
- return;
-}
-
const kMigrationId = UUID();
const kTenantId = 'testTenantId';
const kReadPreference = {