summaryrefslogtreecommitdiff
path: root/jstests/sharding/read_write_concern_defaults_application.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sharding/read_write_concern_defaults_application.js')
-rw-r--r--jstests/sharding/read_write_concern_defaults_application.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/jstests/sharding/read_write_concern_defaults_application.js b/jstests/sharding/read_write_concern_defaults_application.js
index c45fbc86f43..3f3332ac209 100644
--- a/jstests/sharding/read_write_concern_defaults_application.js
+++ b/jstests/sharding/read_write_concern_defaults_application.js
@@ -26,6 +26,7 @@
* requires_majority_read_concern,
* requires_profiling,
* uses_transactions,
+ * requires_fcv_47
* ]
*/
(function() {
@@ -455,6 +456,7 @@ let testCases = {
useLogs: true,
},
handshake: {skip: "does not accept read or write concern"},
+ hello: {skip: "does not accept read or write concern"},
hostInfo: {skip: "does not accept read or write concern"},
httpClientRequest: {skip: "does not accept read or write concern"},
insert: {
@@ -467,7 +469,6 @@ let testCases = {
},
internalRenameIfOptionsAndIndexesMatch: {skip: "internal command"},
invalidateUserCache: {skip: "does not accept read or write concern"},
- isMaster: {skip: "does not accept read or write concern"},
isdbgrid: {skip: "does not accept read or write concern"},
killAllSessions: {skip: "does not accept read or write concern"},
killAllSessionsByPattern: {skip: "does not accept read or write concern"},