Skip to content

Commit 17a5d43

Browse files
authored
[wasm][debugger] Fix regex for helix retries when chrome fails to launch (#88632)
1 parent d4464c7 commit 17a5d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/test-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
"retryOnRules": [
66
{ "testAssembly": { "wildcard": "System.Net.*" } },
77
{ "failureMessage": { "regex": ".*Timed out after .* waiting for the browser to be ready.*" } },
8-
{ "failureMessage": { "regex": "System.IO.IOException : Process for .*chrome .* unexpectedly exited.* during startup" } }
8+
{ "failureMessage": { "regex": "System.IO.IOException : Process for .*chrome.*unexpectedly exited.* during startup" } }
99
]
1010
}

0 commit comments

Comments
 (0)