Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip flaky pytest timeout failure ITs.
The `test_pytest_run_timeout_cant_terminate` test is causing the pantsbuild-osx/pants Travis-CI job to go red roughly 50% of the time. Local testing of this skip application found `test_pytest_run_timeout_fails` also failing intermittently on my machine so a skip is applied to that similarly fragile test as well. Testing Done: Ran the following locally and confirmed 2 skips: ``` ./pants test \ tests/python/pants_test/backend/python/tasks/:pytest_run_integration ``` Before the skips, I was able to get failure in one or both of the skipped tests >50% of the time (linux box). CI went green here: https://travis-ci.org/pantsbuild/pants/builds/125117190 Bugs closed: 3255, 3258 Reviewed at https://rbcommons.com/s/twitter/r/3748/
- Loading branch information