diff --git a/.github/workflows/scripts/win_build_test_cpu.ps1 b/.github/workflows/scripts/win_build_test_cpu.ps1 index a551cadb2b543..0296d98aa4d57 100644 --- a/.github/workflows/scripts/win_build_test_cpu.ps1 +++ b/.github/workflows/scripts/win_build_test_cpu.ps1 @@ -81,7 +81,8 @@ if (-not $?) { exit 1 } WriteInfo("Build finished") ccache -s -v -$env:TI_ENABLE_PADDLE = "0" -WriteInfo("Testing Taichi") -python tests/run_tests.py -vr2 -t4 -k "not torch and not paddle" -a cpu -WriteInfo("Test finished") +# We skip the test for the moment due to the long job execution time. +#$env:TI_ENABLE_PADDLE = "0" +#WriteInfo("Testing Taichi") +#python tests/run_tests.py -vr2 -t4 -k "not torch and not paddle" -a cpu +#WriteInfo("Test finished")