-
-
Notifications
You must be signed in to change notification settings - Fork 184
chore: roll to Playwright v1.47.0 #480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Hi @mxschmitt , Playwright throws an error and exits on certificate mismatch. The difference with the playwright-python test is that the TLS server uses the go standard option Pls take a look at : https://github.com/playwright-community/playwright-go/actions/runs/10465991368/job/28982096640?pr=480#step:6:166 |
Looks indeed like an upstream bug! Let me try to take a look tomorrow. Should be easily reproducible. Thanks for letting me know! |
@canstand fyi microsoft/playwright#32258 - you might need to wait until this one lands or disable http2 in the tests for now. |
@mxschmitt after disabling http2, the Windows tests have a similar error, but only on go 1.22 and lower. |
Please try version |
No description provided.