Closed
Description
Multi-threaded mode combined with --remote-debug
mode leads to failures
Eg. pytest -n=4 --remote-debug
. This is because multiple parallel browsers can't share the remote-debugging port.
This is similar to #1833, but different because this issue has been around for a long time, while the other issue has only been around since 4.13.22
.