summaryrefslogtreecommitdiff
path: root/jstests
diff options
context:
space:
mode:
Diffstat (limited to 'jstests')
-rw-r--r--jstests/core/views/views_all_commands.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index 8e6e5b21c2f..96ebd5c1dfc 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -95,6 +95,7 @@ let viewsCommandTests = {
_configsvrDropCollection: {skip: isAnInternalCommand},
_configsvrDropDatabase: {skip: isAnInternalCommand},
_configsvrEnableSharding: {skip: isAnInternalCommand},
+ _configsvrEnsureChunkVersionIsGreaterThan: {skip: isAnInternalCommand},
_configsvrMoveChunk: {skip: isAnInternalCommand},
_configsvrMovePrimary: {skip: isAnInternalCommand},
_configsvrRefineCollectionShardKey: {skip: isAnInternalCommand},