diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 275503b23..6ef3f0dde 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -63,4 +63,4 @@ jobs: run: | gtimeout 60 bash -c 'while ! wget -O /dev/null -T 1 http://localhost:4444/readyz; do echo waiting for selenium server; sleep 1; done' || (cat selenium-standalone.log && exit 2) - tox -e tests_macos_selenium -- -n 1 tests/test_webdriver_remote.py; + tox -e tests_macos_selenium -- -n 1 tests || tox -e tests_macos_selenium -- -n 1 --lf