Context:
- Playwright Version: 1.31.1
- Operating System: Mac
- Node.js version: 18.13.0
- Browser: Chromium
Describe the bug
I've just started using the --shard=x/y option as described in the docs, but it does not seem to work well when some of the tests are skipped. Please see the pictures below of shards 1 and 2:
- in
--shard=1/2, the last 3 tests are skipped and Playwright seems to get stuck and never finishes
- in
--shard=2/2, all of the tests run and succeed, and the process ends as expected


Context:
Describe the bug
I've just started using the
--shard=x/yoption as described in the docs, but it does not seem to work well when some of the tests are skipped. Please see the pictures below of shards 1 and 2:--shard=1/2, the last 3 tests are skipped and Playwright seems to get stuck and never finishes--shard=2/2, all of the tests run and succeed, and the process ends as expected