diff options
author | Jason Chan <jason.chan@mongodb.com> | 2021-08-17 23:08:47 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-08-18 19:51:21 +0000 |
commit | 8fdfe55ebd9bd4a9cd982e8eeb6052e6aedc4ccd (patch) | |
tree | 749045ffb7696c45d4fd928454827c8739487b4f /jstests/replsets/tenant_migration_x509.js | |
parent | 7cb407c0a298cd015f720c51418ef9062c8c602e (diff) | |
download | mongo-8fdfe55ebd9bd4a9cd982e8eeb6052e6aedc4ccd.tar.gz |
SERVER-52936 Remove featureFlagTenantMigration
Diffstat (limited to 'jstests/replsets/tenant_migration_x509.js')
-rw-r--r-- | jstests/replsets/tenant_migration_x509.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/jstests/replsets/tenant_migration_x509.js b/jstests/replsets/tenant_migration_x509.js index b0df22d9fa7..e0a5169a3f5 100644 --- a/jstests/replsets/tenant_migration_x509.js +++ b/jstests/replsets/tenant_migration_x509.js @@ -23,10 +23,6 @@ function makeTestNs(tenantId) { } const tenantMigrationTest = new TenantMigrationTest({name: jsTestName()}); -if (!tenantMigrationTest.isFeatureFlagEnabled()) { - jsTestLog("Skipping test because the tenant migrations feature flag is disabled"); - return; -} const kDonorCertificateAndPrivateKey = TenantMigrationUtil.getCertificateAndPrivateKey("jstests/libs/tenant_migration_donor.pem"); |