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

test: Drop mobile pixel tests in TestHistoryMetrics.testEvents #20426

Merged
merged 1 commit into from May 3, 2024

Conversation

martinpitt
Copy link
Member

@martinpitt martinpitt commented May 3, 2024

The mobile pixel test is way too flaky (> 50% failure rate on our CI). scrollIntoViewIfNeeded() somehow misplaces the menu bar. This isn't a real problem, an interactive Firefox/Chromium works fine.

Nobody has figured this out in two weeks, earlier attempts at fixing that (commits e700960 and 790b377) also weren't effective. Figuring this out is too much effort for too little benefit, and this flake breaks every PR. So disable the mobile pixel test.

Fixes #20338

The mobile pixel test is way too flaky (> 50% failure rate on our CI).
scrollIntoViewIfNeeded() somehow misplaces the menu bar. This isn't a
real problem, an interactive Firefox/Chromium works fine.

Nobody has figured this out in two weeks, earlier attempts at fixing
that (commits e700960 and 790b377) also weren't effective. Figuring this
out is too much effort for too little benefit, and this flake breaks
pretty much every PR. So disable the mobile pixel test.

Fixes cockpit-project#20338
@martinpitt martinpitt added the no-test For doc/workflow changes, or experiments which don't need a full CI run, label May 3, 2024
@martinpitt martinpitt requested a review from mvollmer May 3, 2024 03:46
Copy link
Member

@mvollmer mvollmer left a comment

Choose a reason for hiding this comment

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

Thanks!

@mvollmer mvollmer merged commit 12eb2c7 into cockpit-project:main May 3, 2024
36 checks passed
@martinpitt martinpitt deleted the mobile-pixels branch May 3, 2024 06:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-test For doc/workflow changes, or experiments which don't need a full CI run,
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestHistoryMetrics.testEvents mobile pixel view flake
2 participants