We've received reports that the test collector is currently not compatible with Rails Parallel Testing with Processes.
There are two potential workarounds:
- Use threaded mode (Rails Parallel Testing with Threads). However be aware this mode does not create multiple databases and will not work with system/integration tests.
- Disable parallel testing by setting
PARALLEL_WORKERS=0