Skip to content

Commit

Permalink
REVERTME: only run failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gjoseph92 committed May 13, 2022
1 parent 4fc02bc commit f8648cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ jobs:
mkdir reports
pytest distributed \
distributed/tests/test_client.py::test_retire_workers \
distributed/tests/test_scheduler.py::test_retire_workers_close \
distributed/tests/test_client.py::test_reconnect_timeout \
distributed/tests/test_tls_functional.py::test_retire_workers \
distributed/tests/test_stress.py::test_stress_scatter_death \
-m "not avoid_ci and ${{ matrix.partition }}" --runslow \
--leaks=fds,processes,threads \
--junitxml reports/pytest.xml -o junit_suite_name=$TEST_ID \
Expand Down

0 comments on commit f8648cf

Please sign in to comment.