Skip to content

Commit 00c50af

Browse files
authored
[Dist] enable partition tests (#7675)
1 parent 82dc080 commit 00c50af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scripts/task_distributed_test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ export PYTHONUNBUFFERED=1
3434
export OMP_NUM_THREADS=1
3535
export DMLC_LOG_DEBUG=1
3636

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"
3939

4040
# Tests for tools are skipped due to glitch.
4141
#PYTHONPATH=tools:tools/distpartitioning:$PYTHONPATH python3 -m pytest -v --capture=tee-sys --junitxml=pytest_tools.xml --durations=100 tests/tools/*.py || fail "tools"

0 commit comments

Comments
 (0)