Bump @playwright/test to 1.60 to fix UI e2e install hang on Node 24+#67398
Merged
Conversation
seanghaeli
pushed a commit
to aws-mwaa/upstream-to-airflow
that referenced
this pull request
May 24, 2026
Playwright 1.58.x browser downloads hang indefinitely on GHA runners, causing all 3 UI e2e tests to timeout. This matches the fix in apache#67398.
1 task
vatsrahul1001
approved these changes
May 25, 2026
Contributor
Backport failed to create: v3-2-test. View the failure log Run detailsNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
You can attempt to backport this manually by running: cherry_picker dd8c60e v3-2-testThis should apply the commit to the v3-2-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continueIf you don't have cherry-picker installed, see the installation guide. |
choo121600
added a commit
that referenced
this pull request
May 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps @playwright/test in
airflow-core/src/airflow/uifrom 1.58.2 to 1.60.0 to fix a hang during playwright install in the UI e2e CI job on GitHub-hosted runners.Why
The ui-e2e-tests / Run Playwright tests job hangs in the following pattern
https://github.com/apache/airflow/actions/runs/26345383001/job/77556090749
This is caused by microsoft/playwright#40724: a bug in the yauzl/fd-slicer ZIP extractor bundled by Playwright where extraction hangs after a successful download on Node ≥ 24.16.
Our workflow uses node-version: 24 (which resolves to the latest 24.x release), so it hits the bug.
The fix landed upstream and was first released in Playwright v1.60.0 on May 11.
Change
Was generative AI tooling used to co-author this PR?
{pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.