From 3b032fc9e0b7a17b74eb421da52b264089e0a15e Mon Sep 17 00:00:00 2001 From: Andrey Talman Date: Tue, 11 Jun 2024 14:21:08 -0400 Subject: [PATCH] temporary disable runtime error check --- .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..3d367e399 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