summaryrefslogtreecommitdiff
path: root/jstests/sharding/safe_secondary_reads_drop_recreate.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/safe_secondary_reads_drop_recreate.js')
-rw-r--r--jstests/sharding/safe_secondary_reads_drop_recreate.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/sharding/safe_secondary_reads_drop_recreate.js b/jstests/sharding/safe_secondary_reads_drop_recreate.js
index 282615a2a40..76ae8d5155b 100644
--- a/jstests/sharding/safe_secondary_reads_drop_recreate.js
+++ b/jstests/sharding/safe_secondary_reads_drop_recreate.js
@@ -55,9 +55,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"},
@@ -132,9 +129,6 @@ let testCases = {
commitTransaction: {skip: "primary only"},
compact: {skip: "does not return user data"},
compactStructuredEncryptionData: {skip: "does not return user data"},
- 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"},
configureFailPoint: {skip: "does not return user data"},
configureQueryAnalyzer: {skip: "does not return user data"},