glaterza commented on PR #43080: URL: https://github.com/apache/superset/pull/43080#issuecomment-5280804816
Heads-up on the one red check, so it doesn't cost a reviewer any time: `playwright-tests-experimental (chromium, /app/prefix)` fails with `1 failed / 2 flaky / 3 passed`, all in `playwright/tests/embedded/embedded-dashboard.spec.ts` — the embedded iframe's `.grid-container` doesn't become visible within 30s (`EmbeddedPage.ts:112`). It's pre-existing and unrelated to this PR: - This PR touches exactly one file, `superset/translations/es/LC_MESSAGES/messages.po`, which can't affect an embedded-iframe render timeout. - The same job fails on `master` with an identical signature — e.g. [run 31671611032](https://github.com/apache/superset/actions/runs/31671611032) (same three tests, same `1 failed / 2 flaky / 3 passed`). It's been flipping between the two matrix legs across recent `master` runs. - The job is `continue-on-error: true` shadow mode (`.github/workflows/superset-playwright.yml`); the required Playwright suite lives in `superset-e2e.yml`, and both `playwright-tests (chromium)` and `playwright-tests-required` pass here. That `continue-on-error` is also why `master`'s workflow shows green while the job itself is red — it only shows up at the job level. All other checks pass. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
