From 6d10aea7079ac0f73c443346f929c2989c97532a Mon Sep 17 00:00:00 2001 From: Cheahuychou Mao Date: Thu, 15 Sep 2022 19:54:35 +0000 Subject: SERVER-69528 Link cluster count command into mongod --- jstests/sharding/read_write_concern_defaults_application.js | 1 + 1 file changed, 1 insertion(+) (limited to 'jstests/sharding/read_write_concern_defaults_application.js') diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js index 84cc4791746..222e5073e69 100644 --- a/jstests/sharding/read_write_concern_defaults_application.js +++ b/jstests/sharding/read_write_concern_defaults_application.js @@ -248,6 +248,7 @@ let testCases = { 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"}, + clusterCount: {skip: "already tested by 'count' 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"}, -- cgit v1.2.1