summaryrefslogtreecommitdiff
path: root/jstests/replsets/db_reads_while_recovering_all_commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/db_reads_while_recovering_all_commands.js')
-rw-r--r--jstests/replsets/db_reads_while_recovering_all_commands.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/jstests/replsets/db_reads_while_recovering_all_commands.js b/jstests/replsets/db_reads_while_recovering_all_commands.js
index 4c7efbfe269..1a30df70531 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -39,6 +39,7 @@ const allCommands = {
_configsvrCommitChunkMigration: {skip: isPrimaryOnly},
_configsvrCommitChunkSplit: {skip: isPrimaryOnly},
_configsvrCommitIndex: {skip: isPrimaryOnly},
+ _configsvrCommitMovePrimary: {skip: isPrimaryOnly},
_configsvrCommitReshardCollection: {skip: isPrimaryOnly},
_configsvrConfigureCollectionBalancing: {skip: isPrimaryOnly},
_configsvrCreateDatabase: {skip: isPrimaryOnly},