Multi-threaded mode combined with --remote-debug
mode leads to failures
#1834
Labels
--remote-debug
mode leads to failures
#1834
Multi-threaded mode combined with
--remote-debug
mode leads to failuresEg.
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
.The text was updated successfully, but these errors were encountered: