File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525 os : [ubuntu-latest, windows-latest, macos-latest]
2626 python-version : ["3.8", "3.9", "3.10"]
2727 # Cherry-pick test modules to split the overall runtime roughly in half
28- partition : [ci1, not ci1]
28+ # partition: [ci1, not ci1]
2929 exclude :
3030 - os : macos-latest
3131 python-version : 3.9
@@ -125,7 +125,7 @@ jobs:
125125 distributed/tests/test_client.py::test_reconnect_timeout \
126126 distributed/tests/test_tls_functional.py::test_retire_workers \
127127 distributed/tests/test_stress.py::test_stress_scatter_death \
128- -m "not avoid_ci and ${{ matrix.partition }}" - -runslow \
128+ --runslow \
129129 --leaks=fds,processes,threads \
130130 --junitxml reports/pytest.xml -o junit_suite_name=$TEST_ID \
131131 --cov=distributed --cov-report=xml \
You can’t perform that action at this time.
0 commit comments