summaryrefslogtreecommitdiff
path: root/jstests/core/views/views_all_commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/core/views/views_all_commands.js')
-rw-r--r--jstests/core/views/views_all_commands.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index c766d18287d..9c7e7500670 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -99,9 +99,6 @@ let viewsCommandTests = {
_configsvrCommitMovePrimary:
{skip: isAnInternalCommand}, // Can be removed once 6.0 is last LTS
_configsvrCommitReshardCollection: {skip: isAnInternalCommand},
- _configsvrConfigureAutoSplit: {
- skip: isAnInternalCommand
- }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
_configsvrConfigureCollectionBalancing: {skip: isAnInternalCommand},
_configsvrCreateDatabase: {skip: isAnInternalCommand},
_configsvrDropIndexCatalogEntry: {skip: isAnInternalCommand},
@@ -263,9 +260,6 @@ let viewsCommandTests = {
compact: {command: {compact: "view", force: true}, expectFailure: true, skipSharded: true},
compactStructuredEncryptionData: {skip: isUnrelated},
configureFailPoint: {skip: isUnrelated},
- configureCollectionAutoSplitter: {
- skip: isUnrelated
- }, // TODO SERVER-62374: remove this once 5.3 becomes last continuos release
configureCollectionBalancing: {skip: isUnrelated},
configureQueryAnalyzer: {
command: {configureQueryAnalyzer: "test.view", mode: "full", sampleRate: 1},