From 86ff4e64743a2772cc279e02841b61f71ef8a031 Mon Sep 17 00:00:00 2001 From: Matthew Russotto Date: Mon, 15 Oct 2018 10:55:22 -0400 Subject: SERVER-37500 Blacklist geo_s2ordering from replica_sets_kill_primary_jscore_passthrough suite (cherry picked from commit 485491d5839e11f47c6696d1bcf3a449bfbc56cf) --- .../suites/replica_sets_kill_primary_jscore_passthrough.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'buildscripts') 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 -- cgit v1.2.1