-
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
Tests: Disable randomly failing e2e tests #15211
Conversation
159fe96
to
56e1d5a
Compare
For future debugging information:
|
Travis failed on the node with JS unit test which seems to be surprising:
Both |
56e1d5a
to
b3513cb
Compare
🤔 From the changes, it clearly shouldn't be needed. I have vague recollections of @nosolosw experiencing something similar recently and tracing it back to Travis cache wrongly affecting other builds ? I may be mis-remembering. |
I resolved this issue by rebasing with master |
I couldn't find the PR where this happened to investigate, but it smells to the same problem I discovered a few weeks ago: Travis is executed upon the merge between the PR and master. This is problematic and deeply saddenning. It means that you can't reliable test your PR locally as it is, and builds are not reproducible (depend on the state of Two tips to solve this: Rebase your PR from
|
There is another test to disable: Edit: I have found an easy fix with #15247. |
Description
I got several pings about failing e2e tests on Travis in the past weeks. We don't know why some tests fail randomly so I went through Travis reports for PRs merged to
master
branch in last week and through newly opened PRs to identify them. This PR disables 3 tests that were listed the most often.Disabled tests
https://travis-ci.com/WordPress/gutenberg/jobs/195867138#L1098
https://travis-ci.com/WordPress/gutenberg/jobs/195696939#L1097
https://travis-ci.com/WordPress/gutenberg/jobs/195391880#L1097
https://travis-ci.com/WordPress/gutenberg/jobs/195627327#L1101
https://travis-ci.com/WordPress/gutenberg/jobs/195887677#L1101
https://travis-ci.com/WordPress/gutenberg/jobs/195790721#L1100
https://travis-ci.com/WordPress/gutenberg/jobs/195293180#L1099
https://travis-ci.com/WordPress/gutenberg/jobs/195237225#L1102
https://travis-ci.com/WordPress/gutenberg/jobs/195586217#L1080