summaryrefslogtreecommitdiff
path: root/jstests/replsets/db_reads_while_recovering_all_commands.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/replsets/db_reads_while_recovering_all_commands.js')
-rw-r--r--jstests/replsets/db_reads_while_recovering_all_commands.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/jstests/replsets/db_reads_while_recovering_all_commands.js b/jstests/replsets/db_reads_while_recovering_all_commands.js
index 02fc2486ca4..26fe57fdc7d 100644
--- a/jstests/replsets/db_reads_while_recovering_all_commands.js
+++ b/jstests/replsets/db_reads_while_recovering_all_commands.js
@@ -217,7 +217,6 @@ const allCommands = {
fsync: {skip: isNotAUserDataRead},
fsyncUnlock: {skip: isNotAUserDataRead},
getAuditConfig: {skip: isNotAUserDataRead},
- getChangeStreamOptions: {skip: isNotAUserDataRead}, // TODO SERVER-65353 remove in 6.1.
getClusterParameter: {skip: isNotAUserDataRead},
getCmdLineOpts: {skip: isNotAUserDataRead},
getDatabaseVersion: {skip: isNotAUserDataRead},
@@ -333,7 +332,6 @@ const allCommands = {
saslStart: {skip: isPrimaryOnly},
serverStatus: {skip: isNotAUserDataRead},
setAuditConfig: {skip: isNotAUserDataRead},
- setChangeStreamOptions: {skip: isPrimaryOnly}, // TODO SERVER-65353 remove in 6.1.
setCommittedSnapshot: {skip: isNotAUserDataRead},
setDefaultRWConcern: {skip: isPrimaryOnly},
setIndexCommitQuorum: {skip: isPrimaryOnly},