summaryrefslogtreecommitdiff
path: root/jstests/sharding/safe_secondary_reads_drop_recreate.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/safe_secondary_reads_drop_recreate.js')
-rw-r--r--jstests/sharding/safe_secondary_reads_drop_recreate.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/jstests/sharding/safe_secondary_reads_drop_recreate.js b/jstests/sharding/safe_secondary_reads_drop_recreate.js
index d6ad842361f..cbb3c4af39a 100644
--- a/jstests/sharding/safe_secondary_reads_drop_recreate.js
+++ b/jstests/sharding/safe_secondary_reads_drop_recreate.js
@@ -147,6 +147,7 @@ let testCases = {
connPoolSync: {skip: "does not return user data"},
connectionStatus: {skip: "does not return user data"},
convertToCapped: {skip: "primary only"},
+ coordinateCommitTransaction: {skip: "unimplemented. Serves only as a stub."},
count: {
setUp: function(mongosConn) {
assert.commandWorked(mongosConn.getCollection(nss).insert({x: 1}));
@@ -213,8 +214,6 @@ let testCases = {
fsync: {skip: "does not return user data"},
fsyncUnlock: {skip: "does not return user data"},
getAuditConfig: {skip: "does not return user data"},
- getChangeStreamOptions:
- {skip: "does not return user data"}, // TODO SERVER-65353 remove in 6.1.
getClusterParameter: {skip: "does not return user data"},
getCmdLineOpts: {skip: "does not return user data"},
getDefaultRWConcern: {skip: "does not return user data"},
@@ -324,7 +323,6 @@ let testCases = {
serverStatus: {skip: "does not return user data"},
setAllowMigrations: {skip: "primary only"},
setAuditConfig: {skip: "does not return user data"},
- setChangeStreamOptions: {skip: "primary only"}, // TODO SERVER-65353 remove in 6.1.
setCommittedSnapshot: {skip: "does not return user data"},
setDefaultRWConcern: {skip: "primary only"},
setIndexCommitQuorum: {skip: "primary only"},