From d8e0f5b5dfbfe4cbbcd911ca78941b5da7ed137d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Gon=C3=A7alves?= <43336371+carlosmiei@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:30:08 +0000 Subject: [PATCH] build: skip-tests (#21858) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e60df605f441d..6e8fa83249ca1 100755 --- a/build.sh +++ b/build.sh @@ -76,7 +76,7 @@ build_and_test_all () { # cd python # if ! tox run-parallel; then # exit 1 - # fi + # fi # cd .. # fi fi