Skip to content
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

chore: disable popover test on Darwin 13.7 WebKit #34466

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

agg23
Copy link
Contributor

@agg23 agg23 commented Jan 24, 2025

trace-viewer.spec.ts should show a popover reliably fails on Darwin 13.7 on WebKit 18.2. There is no apparent reason for this to be failing, and Ventura is nearly out of support, so disable the test.

Addresses #34456

Comment on lines 1680 to 1681
// WebKit on macOS 13.7 reliably fails on this test for some reason
test.skip(platform === 'darwin' && macVersion === 13 && browserName === 'webkit');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// WebKit on macOS 13.7 reliably fails on this test for some reason
test.skip(platform === 'darwin' && macVersion === 13 && browserName === 'webkit');
test.skip(platform === 'darwin' && macVersion === 13 && browserName === 'webkit', 'WebKit on macOS 13.7 reliably fails on this test for some reason');

This comment has been minimized.

@agg23 agg23 merged commit c44590a into microsoft:main Jan 24, 2025
20 of 21 checks passed
Copy link
Contributor

Test results for "tests 1"

3 flaky ⚠️ [chromium-library] › tests/library/chromium/oopif.spec.ts:284:3 › should click @chromium-ubuntu-22.04-node20
⚠️ [firefox-page] › tests/page/page-evaluate.spec.ts:403:3 › should throw for too deep reference chain @firefox-ubuntu-22.04-node18
⚠️ [chromium-library] › tests/library/inspector/cli-codegen-python-async.spec.ts:82:5 › should save the codegen output to a file if specified @ubuntu-20.04-chromium-tip-of-tree

33776 passed, 534 skipped
✔️✔️✔️

Merge workflow run.

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

Successfully merging this pull request may close these issues.

2 participants