one of the tests starts a worker, adds the job to redis and waits until the worker processes the job.
That test fails if there are any workers running listening to all queues.
Reorganise the tests so they either spawn their own redis or move the test so it only runs as an author test.
Add a timeout to the test so it doesn't wait indefinitely
one of the tests starts a worker, adds the job to redis and waits until the worker processes the job.
That test fails if there are any workers running listening to all queues.
Reorganise the tests so they either spawn their own redis or move the test so it only runs as an author test.
Add a timeout to the test so it doesn't wait indefinitely