We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc02bc commit f8648cfCopy full SHA for f8648cf
.github/workflows/tests.yaml
@@ -120,6 +120,11 @@ jobs:
120
mkdir reports
121
122
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 \
128
-m "not avoid_ci and ${{ matrix.partition }}" --runslow \
129
--leaks=fds,processes,threads \
130
--junitxml reports/pytest.xml -o junit_suite_name=$TEST_ID \
0 commit comments