summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml
blob: ae6a4e0ac13029ecb69bb824f76c362522663d27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
test_kind: js_test

selector:
  roots:
  - jstests/sharding/*.js
  exclude_files:
  # Disable incompatible with json logging per SERVER-46235
  - jstests/sharding/read_write_concern_defaults_application.js
  - jstests/sharding/comment_field.js

executor:
  config:
    shell_options:
      nodb: ''
      readMode: commands
      global_vars:
        TestData:
          setParameters:
            ShardingTaskExecutorPoolReplicaSetMatching: "disabled"
          setParametersMongos:
            ShardingTaskExecutorPoolReplicaSetMatching: "disabled"