-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
build: run flaky tests in Travis #27015
Conversation
@refack can you please elaborate in what way this is blocked and by what? |
Skipping flaky tests in CI is an anti-pattern that should be avoided, as we do in our ownCI. Failing flaky tests don’t need to be blockers for a green CI result, but they should be run and reported *somehow*.
98d0a79
to
44b1fb7
Compare
Hi, everyone! Sorry to be mysterious, but please leave the |
This PR will continue as #27158. I will not engage in that thread but still stand behind this change. |
Skipping flaky tests in CI is an anti-pattern that should be avoided,
as we do in our own CI. Failing flaky tests don’t need to be blockers
for a green CI result, but they should be run and reported somehow.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes