Skip to content

Commit f8648cf

Browse files
committed
REVERTME: only run failing tests
1 parent 4fc02bc commit f8648cf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,11 @@ jobs:
120120
mkdir reports
121121
122122
pytest distributed \
123+
distributed/tests/test_client.py::test_retire_workers \
124+
distributed/tests/test_scheduler.py::test_retire_workers_close \
125+
distributed/tests/test_client.py::test_reconnect_timeout \
126+
distributed/tests/test_tls_functional.py::test_retire_workers \
127+
distributed/tests/test_stress.py::test_stress_scatter_death \
123128
-m "not avoid_ci and ${{ matrix.partition }}" --runslow \
124129
--leaks=fds,processes,threads \
125130
--junitxml reports/pytest.xml -o junit_suite_name=$TEST_ID \

0 commit comments

Comments
 (0)