summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Russotto <matthew.russotto@10gen.com>2018-10-15 10:55:22 -0400
committerMatthew Russotto <matthew.russotto@10gen.com>2018-11-29 10:07:34 -0500
commit86ff4e64743a2772cc279e02841b61f71ef8a031 (patch)
tree0ec71e3d6f64b29f19cef46dad1a3d991e204b64
parent2fd83edf0919e45cbb8c4dbe9fd84d0284877b58 (diff)
downloadmongo-86ff4e64743a2772cc279e02841b61f71ef8a031.tar.gz
SERVER-37500 Blacklist geo_s2ordering from replica_sets_kill_primary_jscore_passthrough suite
(cherry picked from commit 485491d5839e11f47c6696d1bcf3a449bfbc56cf)
-rw-r--r--buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml b/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml
index 9e3c6366e8a..632a88953d0 100644
--- a/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml
+++ b/buildscripts/resmokeconfig/suites/replica_sets_kill_primary_jscore_passthrough.yml
@@ -83,6 +83,9 @@ selector:
- jstests/core/find_and_modify_concurrent_update.js
- jstests/core/shellstartparallel.js
+ # Inserts enough data that recovery takes more than 8 seconds, so we never get a working primary.
+ - jstests/core/geo_s2ordering.js
+
exclude_with_any_tags:
##
# The next four tags correspond to the special errors thrown by the auto_retry_on_network_error.js