Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not count tests as failed that have not started
Before this commit, when the user interrupted a test run, tests that had not started until that point were counted as failed, whereas tests that were already running were counted as skipped. With this commmit, both types of tests are counted as skipped. Closes bazelbuild#17160. PiperOrigin-RevId: 501495265 Change-Id: I4dd157c32d70eb46a02070251684899b84c9802e
- Loading branch information