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.js10
1 files changed, 8 insertions, 2 deletions
diff --git a/jstests/sharding/safe_secondary_reads_drop_recreate.js b/jstests/sharding/safe_secondary_reads_drop_recreate.js
index 5c33d3d82f3..58b5fc2b106 100644
--- a/jstests/sharding/safe_secondary_reads_drop_recreate.js
+++ b/jstests/sharding/safe_secondary_reads_drop_recreate.js
@@ -55,7 +55,10 @@ let testCases = {
_configsvrCommitChunkSplit: {skip: "primary only"},
_configsvrCommitMovePrimary:
{skip: "primary only"}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
- _configsvrConfigureAutoSplit: {skip: "primary only"},
+ _configsvrConfigureAutoSplit: {
+ skip: "primary only"
+ }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
+ _configsvrConfigureCollectionBalancing: {skip: "primary only"},
_configsvrDropCollection:
{skip: "primary only"}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
_configsvrDropDatabase:
@@ -123,7 +126,10 @@ let testCases = {
commitReshardCollection: {skip: "primary only"},
commitTransaction: {skip: "primary only"},
compact: {skip: "does not return user data"},
- configureCollectionAutoSplitter: {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"},
connPoolStats: {skip: "does not return user data"},
connPoolSync: {skip: "does not return user data"},