From 2d0f1c1bf779bc9b35f33533dc5412f7dc0bd0cf Mon Sep 17 00:00:00 2001 From: atalman Date: Fri, 17 May 2024 10:36:48 -0700 Subject: [PATCH] [Validations] Turn off CUDA exception catch test --- .github/scripts/validate_binaries.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/validate_binaries.sh b/.github/scripts/validate_binaries.sh index bf5c15690..835c16c63 100755 --- a/.github/scripts/validate_binaries.sh +++ b/.github/scripts/validate_binaries.sh @@ -62,7 +62,7 @@ else if [[ ${TARGET_OS} == 'windows' ]]; then python ./test/smoke_test/smoke_test.py ${TEST_SUFFIX} else - python3 ./test/smoke_test/smoke_test.py ${TEST_SUFFIX} + python3 ./test/smoke_test/smoke_test.py ${TEST_SUFFIX} --runtime-error-check disabled fi if [[ ${TARGET_OS} == 'macos-arm64' ]]; then