summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml
diff options
context:
space:
mode:
authorKyle Suarez <kyle.suarez@mongodb.com>2016-11-21 14:20:58 -0500
committerKyle Suarez <kyle.suarez@mongodb.com>2017-04-24 16:09:48 -0400
commit4c525d122ce859bf040a1da342c91e996d3f3ac5 (patch)
tree23d0f709fc5bcd140811668001ebfde7ca408335 /buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml
parent996be387c1c4caf598f6f8e38f44775a45219fe3 (diff)
downloadmongo-4c525d122ce859bf040a1da342c91e996d3f3ac5.tar.gz
SERVER-26765 move views tests into jsCore
Views tests have been moved to jstests/core/views. YAML configurations for jsCore passthrough suites have been updated to pick up tests in subdirectories of jstests/core. Tasks and variants that previously used the --excludeWithAnyTags resmoke flag now specify task_excluded_tags and variant_excluded_tags, respectively. (cherry picked from commit af3b0c646cc6953ac28a2b0dccd5ed16c263d424)
Diffstat (limited to 'buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml
index 1c9603a28db..0d55e127969 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_resync_jscore_passthrough.yml
@@ -1,7 +1,7 @@
selector:
js_test:
roots:
- - jstests/core/*.js
+ - jstests/core/**/*.js
exclude_files:
# These tests are not expected to pass with replica-sets:
- jstests/core/dbadmin.js