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