You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Web tests spuriously fail on Windows on Run wasm-pack test --headless --chrome --features=js,test-in-browser with the following message:
driver status: exit code: 1
driver stdout:
Starting ChromeDriver 121.0.6167.184 (057a8ae7deb3374d0f1b04b36304d236f0136188-refs/branch-heads/6167@{#1818}) on port 50916
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
Error: driver failed to bind port during startup
[2024-02-21T13:23:08Z ERROR tiny_http] Error accepting new client: A blocking operation was interrupted by a call to WSACancelBlockingCall. (os error 10004)
Similar errors also happen with Firefox and Edge.
The text was updated successfully, but these errors were encountered:
`continue-on-error` does not work as I was expecting. AFAIK GitHub
Action does not have a straightforward solution for optionally failing
jobs, see: actions/runner#2347Closes#400
Web tests spuriously fail on Windows on
Run wasm-pack test --headless --chrome --features=js,test-in-browser
with the following message:Similar errors also happen with Firefox and Edge.
The text was updated successfully, but these errors were encountered: