summaryrefslogtreecommitdiff
path: root/jstests/core
diff options
context:
space:
mode:
authorVesselina Ratcheva <vesselina.ratcheva@10gen.com>2022-12-06 05:53:14 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-12-06 06:24:01 +0000
commit88aedb81e1c37710b9015a7383762395524df438 (patch)
tree7be1288c92ed2414f682f7dd229f935467a0a828 /jstests/core
parentedc45a9238013fab8819c68a6e4b44a231dac968 (diff)
downloadmongo-88aedb81e1c37710b9015a7383762395524df438.tar.gz
SERVER-71314 Create bulkWrite IDL and command stub
Diffstat (limited to 'jstests/core')
-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 d12b5a56dea..41050d5c18b 100644
--- a/jstests/core/views/views_all_commands.js
+++ b/jstests/core/views/views_all_commands.js
@@ -232,6 +232,7 @@ let viewsCommandTests = {
balancerStatus: {skip: isUnrelated},
balancerStop: {skip: isUnrelated},
buildInfo: {skip: isUnrelated},
+ bulkWrite: {skip: isUnrelated},
captrunc: {
command: {captrunc: "view", n: 2, inc: false},
expectFailure: true,