From 8fdfe55ebd9bd4a9cd982e8eeb6052e6aedc4ccd Mon Sep 17 00:00:00 2001 From: Jason Chan Date: Tue, 17 Aug 2021 23:08:47 +0000 Subject: SERVER-52936 Remove featureFlagTenantMigration --- jstests/replsets/tenant_migration_cloner_stats_with_failover.js | 5 ----- 1 file changed, 5 deletions(-) (limited to 'jstests/replsets/tenant_migration_cloner_stats_with_failover.js') 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 = { -- cgit v1.2.1