summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml22
1 files changed, 0 insertions, 22 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml b/buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml
deleted file mode 100644
index 426e198d459..00000000000
--- a/buildscripts/resmokeconfig/suites/sharding_rs_matching_disabled.yml
+++ /dev/null
@@ -1,22 +0,0 @@
-test_kind: js_test
-
-selector:
- roots:
- - jstests/sharding/*.js
- - jstests/sharding/change_streams/*.js
- - jstests/sharding/query/*.js
- exclude_files:
- # Skip tests that set the matching policy internally.
- - jstests/sharding/sharding_task_executor_pool_matching_policy.js
-
-executor:
- config:
- shell_options:
- nodb: ''
- readMode: commands
- global_vars:
- TestData:
- setParameters:
- ShardingTaskExecutorPoolReplicaSetMatching: "disabled"
- setParametersMongos:
- ShardingTaskExecutorPoolReplicaSetMatching: "disabled"