summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: