summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/core/views/views_all_commands.js1
-rw-r--r--jstests/replsets/db_reads_while_recovering_all_commands.js1
-rw-r--r--jstests/sharding/read_write_concern_defaults_application.js1
3 files changed, 3 insertions, 0 deletions
diff --git a/jstests/core/views/views_all_commands.js b/jstests/core/views/views_all_commands.js
index 94f56a70373..501757ac772 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -581,6 +581,7 @@ let viewsCommandTests = {
usersInfo: {skip: isUnrelated},
validate: {command: {validate: "view"}, expectFailure: true},
waitForOngoingChunkSplits: {skip: isUnrelated},
+ voteCommitImportCollection: {skip: isUnrelated},
voteCommitIndexBuild: {skip: isUnrelated},
voteCommitTransaction: {skip: isUnrelated},
voteAbortTransaction: {skip: isUnrelated},
diff --git a/jstests/replsets/db_reads_while_recovering_all_commands.js b/jstests/replsets/db_reads_while_recovering_all_commands.js
index 92c6647296f..288b68c9f91 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -309,6 +309,7 @@ const allCommands = {
updateUser: {skip: isPrimaryOnly},
usersInfo: {skip: isPrimaryOnly},
validate: {skip: isNotAUserDataRead},
+ voteCommitImportCollection: {skip: isNotAUserDataRead},
voteCommitIndexBuild: {skip: isNotAUserDataRead},
waitForFailPoint: {skip: isNotAUserDataRead},
waitForOngoingChunkSplits: {skip: isNotAUserDataRead},
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js
index 93a683c7492..b89659ac7fa 100644
--- a/jstests/sharding/read_write_concern_defaults_application.js
+++ b/jstests/sharding/read_write_concern_defaults_application.js
@@ -665,6 +665,7 @@ let testCases = {
updateZoneKeyRange: {skip: "does not accept read or write concern"},
usersInfo: {skip: "does not accept read or write concern"},
validate: {skip: "does not accept read or write concern"},
+ voteCommitImportCollection: {skip: "internal command"},
voteCommitIndexBuild: {skip: "internal command"},
waitForFailPoint: {skip: "does not accept read or write concern"},
waitForOngoingChunkSplits: {skip: "does not accept read or write concern"},