summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jstests/concurrency/fsm_all_sharded_with_stepdowns.js4
-rw-r--r--jstests/concurrency/fsm_all_sharded_with_stepdowns_and_balancer.js4
2 files changed, 8 insertions, 0 deletions
diff --git a/jstests/concurrency/fsm_all_sharded_with_stepdowns.js b/jstests/concurrency/fsm_all_sharded_with_stepdowns.js
index a5e8b6af7f6..39313dce348 100644
--- a/jstests/concurrency/fsm_all_sharded_with_stepdowns.js
+++ b/jstests/concurrency/fsm_all_sharded_with_stepdowns.js
@@ -106,6 +106,10 @@ var blacklist = [
'kill_aggregation.js',
'kill_rooted_or.js',
'view_catalog_cycle_with_drop.js',
+
+ // SERVER-31884 The setFeatureCompatibilityVersion command in this test takes too long to
+ // successfully complete with the primary stepping down as frequently as it does.
+ 'toggle_feature_compatibility.js',
].map(function(file) {
return dir + '/' + file;
});
diff --git a/jstests/concurrency/fsm_all_sharded_with_stepdowns_and_balancer.js b/jstests/concurrency/fsm_all_sharded_with_stepdowns_and_balancer.js
index 791ded5fa3c..98889adad74 100644
--- a/jstests/concurrency/fsm_all_sharded_with_stepdowns_and_balancer.js
+++ b/jstests/concurrency/fsm_all_sharded_with_stepdowns_and_balancer.js
@@ -112,6 +112,10 @@ var blacklist = [
'kill_aggregation.js',
'kill_rooted_or.js',
'view_catalog_cycle_with_drop.js',
+
+ // SERVER-31884 The setFeatureCompatibilityVersion command in this test takes too long to
+ // successfully complete with the primary stepping down as frequently as it does.
+ 'toggle_feature_compatibility.js',
].map(function(file) {
return dir + '/' + file;
});