summaryrefslogtreecommitdiff
path: root/jstests/sharding/read_write_concern_defaults_application.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/read_write_concern_defaults_application.js')
-rw-r--r--jstests/sharding/read_write_concern_defaults_application.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js
index b0928d011ec..d8b00f672bf 100644
--- a/jstests/sharding/read_write_concern_defaults_application.js
+++ b/jstests/sharding/read_write_concern_defaults_application.js
@@ -89,6 +89,7 @@ let testCases = {
_configsvrCommitChunkSplit: {skip: "internal command"},
_configsvrCommitMovePrimary: {skip: "internal command"}, // Can be removed once 6.0 is last LTS
_configsvrCommitReshardCollection: {skip: "internal command"},
+ _configsvrConfigureAutoSplit: {skip: "internal command"},
_configsvrCreateDatabase: {skip: "internal command"},
_configsvrDropCollection:
{skip: "internal command"}, // TODO SERVER-58843: Remove once 6.0 becomes last LTS
@@ -254,6 +255,7 @@ let testCases = {
useLogs: true,
},
compact: {skip: "does not accept read or write concern"},
+ configureCollectionAutoSplitter: {skip: "does not accept read or write concern"},
configureFailPoint: {skip: "does not accept read or write concern"},
connPoolStats: {skip: "does not accept read or write concern"},
connPoolSync: {skip: "internal command"},