summaryrefslogtreecommitdiff
path: root/jstests/sharding/store_historical_placement_data.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/store_historical_placement_data.js')
-rw-r--r--jstests/sharding/store_historical_placement_data.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/jstests/sharding/store_historical_placement_data.js b/jstests/sharding/store_historical_placement_data.js
index c76d0a4cefe..5f163bc8dd0 100644
--- a/jstests/sharding/store_historical_placement_data.js
+++ b/jstests/sharding/store_historical_placement_data.js
@@ -408,15 +408,6 @@ function testAddShard() {
newReplicaSet.stopSet();
}
-// TODO SERVER-69106 remove the logic to skip the test execution
-const historicalPlacementDataFeatureFlag = FeatureFlagUtil.isEnabled(
- st.configRS.getPrimary().getDB('admin'), "HistoricalPlacementShardingCatalog");
-if (!historicalPlacementDataFeatureFlag) {
- jsTestLog("Skipping as featureFlagHistoricalPlacementShardingCatalog is disabled");
- st.stop();
- return;
-}
-
jsTest.log('Testing placement entries added by explicit DB creation');
testEnableSharding('explicitlyCreatedDB', shard0);