Open adiktofsugar opened 2 years ago
Run wsrun --concurrency 2 --fast-exit --collect-logs -c test and have the 1st test suite wait 1s and succeed but the 2nd fail immediately.
wsrun --concurrency 2 --fast-exit --collect-logs -c test
You get no output from the 1st test.
Minimum repro repo: https://github.com/adiktofsugar/wsrun-issue-111
Run
wsrun --concurrency 2 --fast-exit --collect-logs -c test
and have the 1st test suite wait 1s and succeed but the 2nd fail immediately.You get no output from the 1st test.