Skip to content

Commit d77a4d0

Browse files
committed
fixup! REVERTME: only run failing tests
1 parent f8648cf commit d77a4d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
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 \

0 commit comments

Comments
 (0)