diff --git a/eng/test-configuration.json b/eng/test-configuration.json index f1c457cb48031d..17c8a6362b8267 100644 --- a/eng/test-configuration.json +++ b/eng/test-configuration.json @@ -4,6 +4,7 @@ "localRerunCount": 2, "retryOnRules": [ { "testAssembly": { "wildcard": "System.Net.*" } }, - { "failureMessage": { "regex": ".*Timed out after .* waiting for the browser to be ready.*" } } + { "failureMessage": { "regex": ".*Timed out after .* waiting for the browser to be ready.*" } }, + { "failureMessage": { "regex": "System.IO.IOException : Process for .*chrome .* unexpectedly exited.* during startup" } } ] }