Skip to content

Commit 8351c8b

Browse files
committed
stress stability
1 parent 672fe11 commit 8351c8b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -230,8 +230,9 @@ jobs:
230230
set -o pipefail
231231
mkdir reports
232232
233-
pytest distributed \
234-
-m "not avoid_ci and ${{ matrix.partition }}" --runslow \
233+
# DNM
234+
pytest distributed/tests/test_steal.py --count=10 \
235+
-m "not avoid_ci" --runslow \
235236
--leaks=fds,processes,threads \
236237
--junitxml reports/pytest.xml -o junit_suite_name=$TEST_ID \
237238
--cov=distributed --cov-report=xml \

0 commit comments

Comments
 (0)