Commit 00c50af 1 parent 82dc080 commit 00c50af Copy full SHA for 00c50af
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ export PYTHONUNBUFFERED=1
34
34
export OMP_NUM_THREADS=1
35
35
export DMLC_LOG_DEBUG=1
36
36
37
- # Tests for distributed are skipped due to glitch @2024.06.27.
38
- # python3 -m pytest -v --capture=tee-sys --junitxml=pytest_distributed.xml --durations=100 tests/distributed/* .py || fail "distributed"
37
+ # Tests for distributed except test_partition.py are skipped due to glitch @2024.06.27.
38
+ python3 -m pytest -v --capture=tee-sys --junitxml=pytest_distributed.xml --durations=100 tests/distributed/test_partition .py || fail " distributed"
39
39
40
40
# Tests for tools are skipped due to glitch.
41
41
# PYTHONPATH=tools:tools/distpartitioning:$PYTHONPATH python3 -m pytest -v --capture=tee-sys --junitxml=pytest_tools.xml --durations=100 tests/tools/*.py || fail "tools"
You can’t perform that action at this time.
0 commit comments