summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig
diff options
context:
space:
mode:
Diffstat (limited to 'buildscripts/resmokeconfig')
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded.yml3
-rw-r--r--buildscripts/resmokeconfig/suites/concurrency_sharded_sccc.yml12
2 files changed, 0 insertions, 15 deletions
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded.yml
index 5df70916c5b..b5bd8b7169e 100644
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded.yml
+++ b/buildscripts/resmokeconfig/suites/concurrency_sharded.yml
@@ -2,9 +2,6 @@ selector:
js_test:
roots:
- jstests/concurrency/fsm_all_sharded*.js
- exclude_files:
- # These tests run in the concurrency_sharded_sccc suite.
- - jstests/concurrency/fsm_all_sharded*legacy_config_servers*.js
# Concurrency tests that run against a sharded cluster start one themselves.
executor:
diff --git a/buildscripts/resmokeconfig/suites/concurrency_sharded_sccc.yml b/buildscripts/resmokeconfig/suites/concurrency_sharded_sccc.yml
deleted file mode 100644
index 723ce204e81..00000000000
--- a/buildscripts/resmokeconfig/suites/concurrency_sharded_sccc.yml
+++ /dev/null
@@ -1,12 +0,0 @@
-selector:
- js_test:
- roots:
- - jstests/concurrency/fsm_all_sharded*legacy_config_servers*.js
-
-# Concurrency tests that run against a sharded cluster start one themselves.
-executor:
- js_test:
- config:
- shell_options:
- nodb: ''
- readMode: commands