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

Commits on May 3, 2024

  1. test: Drop mobile pixel tests in TestHistoryMetrics.testEvents

    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 committed May 3, 2024
    Configuration menu
    Copy the full SHA
    2e072c6 View commit details
    Browse the repository at this point in the history