Vamsi-klu opened a new issue, #67869: URL: https://github.com/apache/airflow/issues/67869
The Firefox PROD-image UI e2e job repeatedly times out in Dag Calendar tooltip tests while waiting for `calendar-tooltip` to appear. This reproduced across multiple PR runs for apache/airflow#67818, including after moving the test hover to the `BasicTooltip` trigger wrapper. Affected tests: - `tests/e2e/specs/dag-calendar-tab.spec.ts:43` - verify manual runs are detected - `tests/e2e/specs/dag-calendar-tab.spec.ts:51` - verify hover shows correct run states - `tests/e2e/specs/dag-calendar-tab.spec.ts:60` - failed filter shows only failed runs Workaround being applied: mark these Dag Calendar tooltip-state assertions as Firefox-only `fixme` tests so unrelated PRs are not blocked by the Firefox hover flake. Follow-up work: - Make Dag Calendar tooltip interaction deterministic in Firefox PROD-image e2e runs, or replace the fragile hover-dependent assertion with a stable user-observable signal. - Remove the Firefox-only `fixme` annotations once the tooltip-state assertions are reliable. - Confirm the full Firefox UI e2e PROD-image job passes after re-enabling the tests. --- Drafted-by: Codex (GPT-5) (no human review before posting) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
