diff options
-rw-r--r-- | buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml index 67704f7b6fd..f97cb7078d1 100644 --- a/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml +++ b/buildscripts/resmokeconfig/suites/retryable_writes_jscore_stepdown_passthrough.yml @@ -72,6 +72,10 @@ selector: - jstests/core/startup_log.js # Checks pid, which is different on each server. - jstests/core/validate_cmd_ns.js # Calls _exec() directly, not retryable. + # Runs an explain expected to run for several seconds -- failovers may + # exhaust retry attempts + - jstests/core/explain2.js + exclude_with_any_tags: ## # The next four tags correspond to the special errors thrown by the auto_retry_on_network_error.js |