summaryrefslogtreecommitdiff
path: root/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js')
-rw-r--r--jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js b/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
index 5076859044f..82bfc3fca45 100644
--- a/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
+++ b/jstests/sharding/safe_secondary_reads_single_migration_suspend_range_deletion.js
@@ -60,9 +60,6 @@ let testCases = {
_configsvrCommitChunkMigration: {skip: "primary only"},
_configsvrCommitChunkSplit: {skip: "primary only"},
_configsvrCommitIndex: {skip: "primary only"},
- _configsvrConfigureAutoSplit: {
- skip: "primary only"
- }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
_configsvrConfigureCollectionBalancing: {skip: "primary only"},
_configsvrDropIndexCatalogEntry: {skip: "primary only"},
_configsvrMoveChunk: {skip: "primary only"},
@@ -144,9 +141,6 @@ let testCases = {
clusterUpdate: {skip: "already tested by 'update' tests on mongos"},
commitReshardCollection: {skip: "primary only"},
commitTransaction: {skip: "primary only"},
- configureCollectionAutoSplitter: {
- skip: "does not return user data"
- }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
configureCollectionBalancing: {skip: "does not return user data"},
collMod: {skip: "primary only"},
collStats: {skip: "does not return user data"},