diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index dca86cab7..ad34f31da 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -61,4 +61,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_selenium_remote_safari -- -n 1 || tox -e tests_selenium_remote_safari -- -n 1 --last-failed --last-failed-no-failures none + tox -e tests_selenium_remote_safari -- --clear-cache -n 1 || tox -e tests_selenium_remote_safari -- -n 1 --last-failed --last-failed-no-failures none diff --git a/pytest.ini b/pytest.ini index 18012a840..7a2de44dc 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,2 +1,2 @@ [pytest] -addopts = -v --cache-clear --durations=10 +addopts = -v --durations=10