Skip to content

[internal]: webkit linux is flaky with ignoreHTTPSErrors #35870

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

Open
dgozman opened this issue May 7, 2025 · 4 comments
Open

[internal]: webkit linux is flaky with ignoreHTTPSErrors #35870

dgozman opened this issue May 7, 2025 · 4 comments

Comments

@dgozman
Copy link
Contributor

dgozman commented May 7, 2025

library/ignorehttpserrors.spec.ts:30 - should isolate contexts is consistently flaky. I suspect there is a race with ignoreHTTPSErrors in webkit linux.

See https://devops.playwright.dev/flakiness.html#test_parameter_filters=%5B%5D&show_flaky=true&filter_spec=should+isolate+contexts

@mxschmitt
Copy link
Member

@mxschmitt mxschmitt assigned yury-s and unassigned mxschmitt May 7, 2025
@yury-s
Copy link
Member

yury-s commented May 7, 2025

I'll have a look, most of the code has been upstreamed, so this need to be updated anyway.

@yury-s
Copy link
Member

yury-s commented May 15, 2025

Turns out the test fails only when run after another one. This is the failing sequence:

✓  1 [webkit-library] › tests/library/download.spec.ts:527:5 › download event › should be able to cancel pending downloads (582ms)
  ✘  2 [webkit-library] › tests/library/ignorehttpserrors.spec.ts:30:3 › should isolate contexts (681ms)

@yury-s
Copy link
Member

yury-s commented May 16, 2025

Filed https://bugs.webkit.org/show_bug.cgi?id=293148 upstream.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants