summaryrefslogtreecommitdiff
path: root/buildscripts/resmokeconfig/suites/multiversion.yml
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2016-08-18 08:52:57 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2016-08-18 08:52:57 -0400
commit2f02928e5726c66ff153f6b0b8bd5711e5203963 (patch)
tree87b6f6d519cf6d45f777fc04f6ccade55d531c3f /buildscripts/resmokeconfig/suites/multiversion.yml
parentab99c11b3f212b8656d0b8bad31832d2e98d3f6c (diff)
downloadmongo-2f02928e5726c66ff153f6b0b8bd5711e5203963.tar.gz
SERVER-24248 Run multiversion tests with different storage engines
Diffstat (limited to 'buildscripts/resmokeconfig/suites/multiversion.yml')
-rw-r--r--buildscripts/resmokeconfig/suites/multiversion.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/multiversion.yml b/buildscripts/resmokeconfig/suites/multiversion.yml
index f38be92e75f..95c81adcc12 100644
--- a/buildscripts/resmokeconfig/suites/multiversion.yml
+++ b/buildscripts/resmokeconfig/suites/multiversion.yml
@@ -2,8 +2,11 @@ selector:
js_test:
roots:
- jstests/multiVersion/*.js
- exclude_files:
-# TODO: SERVER-21578
+ exclude_files:
+ # Multi storageEngine tests
+ - jstests/multiVersion/mixed_storage_version_replication.js
+ - jstests/multiVersion/transitioning_to_and_from_WT.js
+ # TODO: SERVER-21578
- jstests/multiVersion/balancer_multiVersion_detect.js
# Multiversion tests start their own mongod's.