diff options
Diffstat (limited to 'jstests/core')
-rw-r--r-- | jstests/core/views/views_all_commands.js | 1 |
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, |