-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Try to fix flaky playwright tests not being reported #40290
Conversation
Size Change: 0 B Total Size: 1.22 MB ℹ️ View Unchanged
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes look good. Let's give it a go and see whether it works.
Test failures seem unrelated and are also happening on trunk. |
The failing test is caused by a WordPress core issue and fixed by this PR - WordPress/wordpress-develop#2580. So this is safe to merge. |
What?
Try to fix flaky playwright tests not being reported.
Why?
To allow flaky playwright tests to be reported to issues so that we can keep track of them.
How?
Honestly, this PR is just a guess. There's a warning in the
upload-artifact
action doc:This PR tries to address that by choosing a different name for each job and use
artifactNamePrefix
insteadof
artifactName`.Testing Instructions
Unfortunately, don't have a reliable way to test it for now.