diff options
author | Erwin Pe <erwin.pe@mongodb.com> | 2023-04-19 16:03:27 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2023-04-19 17:45:46 +0000 |
commit | adf6d5a0c5569c4f53867afeaac390a892fca60f (patch) | |
tree | 53eb449108327718dfa33ed28971964e8a9d1fcd /jstests/sharding/read_write_concern_defaults_application.js | |
parent | 53df81120b9921b1705a85be7e5718bd910c4896 (diff) | |
download | mongo-adf6d5a0c5569c4f53867afeaac390a892fca60f.tar.gz |
SERVER-75631 Skip getQueryableEncryptionCountInfo test in read_write_concern_defaults_application.js
Diffstat (limited to 'jstests/sharding/read_write_concern_defaults_application.js')
-rw-r--r-- | jstests/sharding/read_write_concern_defaults_application.js | 18 |
1 files changed, 1 insertions, 17 deletions
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js index 93510aa0725..0e7601b89c3 100644 --- a/jstests/sharding/read_write_concern_defaults_application.js +++ b/jstests/sharding/read_write_concern_defaults_application.js @@ -512,23 +512,7 @@ let testCases = { getLog: {skip: "does not accept read or write concern"}, getMore: {skip: "does not accept read or write concern"}, getParameter: {skip: "does not accept read or write concern"}, - getQueryableEncryptionCountInfo: { - // TODO SERVER-75631 - Enable this test once the feature flag is gone - skip: "requires feature flag" - // setUp: function(conn) { - // assert.commandWorked(conn.getCollection(nss).insert({x: 1}, {writeConcern: {w: 1}})); - // }, - // command: { - // getQueryableEncryptionCountInfo: coll, - // tokens: [ - // {tokens: [{"s": BinData(0, "lUBO7Mov5Sb+c/D4cJ9whhhw/+PZFLCk/AQU2+BpumQ=")}]}, - // ], - // "forInsert": true, - // }, - // checkReadConcern: true, - // checkWriteConcern: false, - // useLogs: true, - }, + getQueryableEncryptionCountInfo: {skip: "not profiled or logged"}, getShardMap: {skip: "internal command"}, getShardVersion: {skip: "internal command"}, getnonce: {skip: "removed in v6.3"}, |