-
Notifications
You must be signed in to change notification settings - Fork 4.6k
Attempt to fix intermittent e2e test failure #53905
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
Conversation
Size Change: 0 B Total Size: 1.51 MB ℹ️ View Unchanged
|
c053547
to
2cedb88
Compare
2cedb88
to
48d60ee
Compare
Flaky tests detected in 48d60ee. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/5962582248
|
Hard to tell if this is working but I'm not seeing the failure anymore. I'm tempted to just merge this. |
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.
I guess the fix may have an impact on the time tests take to run but let's merge this and see if the problem gets fixed. If the test execution time gets worse we can reanalyze.
Just to help with context this PR was in response to this test failing way too often: There was some speculation on why this started happening in #53768 (comment). It looks like the change here helped but it'd be nice to actually fix that test. |
cc @WunderBart in case you have an idea here. For the record, the current PR didn't solve the problem. |
Will take a look shortly. |
I tried to debug this but was unsuccessful :( This is the only related issue I could find regarding the error message logged by the test - microsoft/playwright#21210. |
From the Artifacts capture, it looks like it fails before the first block is inserted. Wishful thinking, but I am trying to do a little testing with #54058 😅 |
This might be due to a test design issue I've noticed, where we initialize a new post (createNewPost) in beforeEach hook and then mark some tests as |
This reverts commit 5a77e22.
From #53905 (comment):