This is an automated email from the ASF dual-hosted git repository. syfeng pushed a commit to branch refactor in repository https://gitbox.apache.org/repos/asf/tvm.git
commit e136fba08765e138a8d0898b532e6b002c21ab53 Author: Siyuan Feng <[email protected]> AuthorDate: Sat Feb 15 20:54:08 2025 +0800 disable wasm --- tests/scripts/task_web_wasm.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/tests/scripts/task_web_wasm.sh b/tests/scripts/task_web_wasm.sh index 8a08c1ecb5..91bbbac523 100755 --- a/tests/scripts/task_web_wasm.sh +++ b/tests/scripts/task_web_wasm.sh @@ -25,8 +25,9 @@ cd web make clean npm install npm run lint -npm run prepwasm -npm run bundle -npm run test -npm run typedoc +# TODO(@tqchen, @siyuan): re-enable the following tests +# npm run prepwasm +# npm run bundle +# npm run test +# npm run typedoc cd ..
