summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMisha Tyulenev <misha@mongodb.com>2015-12-01 14:41:41 -0500
committerMisha Tyulenev <misha@mongodb.com>2015-12-01 14:41:41 -0500
commit593eedf0abb5081c911c03ab3d1db5b6afaa4ac5 (patch)
tree05dc206a94e295e701212363a692da0b58a9592d
parentab4f7980563b8db511a6957fcc8505e5d627dc65 (diff)
downloadmongo-r3.2.0-rc5.tar.gz
BF-1450 Disable failing testsr3.2.0-rc5
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_auth.yml5
-rw-r--r--buildscripts/resmokeconfig/suites/sharding_auth_audit.yml3
2 files changed, 6 insertions, 2 deletions
diff --git a/buildscripts/resmokeconfig/suites/sharding_auth.yml b/buildscripts/resmokeconfig/suites/sharding_auth.yml
index 608d6926ea4..06e1118b7d9 100644
--- a/buildscripts/resmokeconfig/suites/sharding_auth.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_auth.yml
@@ -20,8 +20,9 @@ selector:
- jstests/sharding/copydb_from_mongos.js # SERVER-13080
- jstests/sharding/parallel.js
- jstests/sharding/sync_cluster_config/sync[36].js
- - jstests/sharding/cleanup_orphaned_cmd_during_movechunk.js
- - jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js
+ # Skip the testcases that do not have auth bypass when running ops in parallel.
+ - jstests/sharding/cleanup_orphaned_cmd_during_movechunk.js # SERVER-21713
+ - jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js # SERVER-21713
executor:
js_test:
diff --git a/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml b/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml
index f313ebc2ae6..b577387cd0c 100644
--- a/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml
+++ b/buildscripts/resmokeconfig/suites/sharding_auth_audit.yml
@@ -20,6 +20,9 @@ selector:
- jstests/sharding/copydb_from_mongos.js # SERVER-13080
- jstests/sharding/parallel.js
- jstests/sharding/sync_cluster_config/sync[36].js
+ # Skip the testcases that do not have auth bypass when running ops in parallel.
+ - jstests/sharding/cleanup_orphaned_cmd_during_movechunk.js # SERVER-21713
+ - jstests/sharding/cleanup_orphaned_cmd_during_movechunk_hashed.js # SERVER-21713
executor:
js_test: