Skip to content

Commit

Permalink
[wasm][debugger] Fix regex for helix retries when chrome fails to lau…
Browse files Browse the repository at this point in the history
…nch (#88632)
  • Loading branch information
radical authored Jul 11, 2023
1 parent d4464c7 commit 17a5d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/test-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" } }
]
}

0 comments on commit 17a5d43

Please sign in to comment.