Skip to content

Commit

Permalink
temporary disable runtime error check
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman authored Jun 11, 2024
1 parent 178b624 commit 3b032fc
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 3b032fc

Please sign in to comment.