Skip to content

Commit 132cf6b

Browse files
authored
[CI] Add back the tests after timeout adjusted (apache#7408)
1 parent d8313d0 commit 132cf6b

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

tests/scripts/task_python_frontend.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ find . -type f -path "*.pyc" | xargs rm -f
3131
# Rebuild cython
3232
make cython3
3333

34-
exit 0
35-
3634
echo "Running relay MXNet frontend test..."
3735
python3 -m pytest tests/python/frontend/mxnet
3836

tests/scripts/task_python_integration.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ export LD_LIBRARY_PATH="build:${LD_LIBRARY_PATH:-}"
2727
export TVM_BIND_THREADS=0
2828
export TVM_NUM_THREADS=2
2929

30-
exit 0
31-
3230
# cleanup pycache
3331
find . -type f -path "*.pyc" | xargs rm -f
3432

0 commit comments

Comments
 (0)