Skip to content

Commit

Permalink
[Validations] Turn off CUDA exception catch test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed May 17, 2024
1 parent dd6d05e commit 2d0f1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/validate_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2d0f1c1

Please sign in to comment.