Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(cli): integ test filtering is broken
Turns out that Jest's `test.concurrent()` does not play well when running `jest -t TESTNAME`: jest will actually start all tests, not just the one you were trying to run. Reported here: jestjs/jest#12588 We used to have something to opt-out of concurrent running: we have to flip that around, and opt in to concurrent running only for the canary and pipeline tests, where we *know* for a fact we're not filtering.
- Loading branch information