diff options
Diffstat (limited to 'jstests/sharding/read_write_concern_defaults_application.js')
-rw-r--r-- | jstests/sharding/read_write_concern_defaults_application.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js index a59f7bbb1bc..7642ce34e25 100644 --- a/jstests/sharding/read_write_concern_defaults_application.js +++ b/jstests/sharding/read_write_concern_defaults_application.js @@ -244,9 +244,11 @@ let testCases = { checkWriteConcern: true, }, clusterAbortTransaction: {skip: "already tested by 'abortTransaction' tests on mongos"}, + clusterAggregate: {skip: "already tested by 'aggregate' tests on mongos"}, clusterCommitTransaction: {skip: "already tested by 'commitTransaction' tests on mongos"}, clusterDelete: {skip: "already tested by 'delete' tests on mongos"}, clusterFind: {skip: "already tested by 'find' tests on mongos"}, + clusterGetMore: {skip: "already tested by 'getMore' tests on mongos"}, clusterInsert: {skip: "already tested by 'insert' tests on mongos"}, clusterUpdate: {skip: "already tested by 'update' tests on mongos"}, collMod: { |