From de49a2ac9907e98fdf5ef4a319ad545bf41900dd Mon Sep 17 00:00:00 2001 From: Jamal Carvalho Date: Thu, 24 Aug 2023 19:17:00 +0000 Subject: [PATCH] devtools/ci: temporarily disable screentests To speed up GAR 4 code review process, we'll temporarily disable the screentests. Change-Id: Ide96e8544cbf56db4dee7f4f2924f76a60af5f6c Reviewed-on: https://go-review.googlesource.com/c/pkgsite/+/522736 kokoro-CI: kokoro Reviewed-by: Robert Findley TryBot-Result: Gopher Robot Run-TryBot: Jamal Carvalho Auto-Submit: Jamal Carvalho --- devtools/ci/ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devtools/ci/ci.sh b/devtools/ci/ci.sh index 5169af284..d323b8d79 100755 --- a/devtools/ci/ci.sh +++ b/devtools/ci/ci.sh @@ -102,8 +102,8 @@ print_duration_and_reset echo "----------------------------------------" echo "Running screentest" echo "----------------------------------------" -./tests/screentest/run.sh --rm --seeddb ci --concurrency 1 -print_duration_and_reset +# ./tests/screentest/run.sh --rm --seeddb ci --concurrency 1 +# print_duration_and_reset echo "----------------------------------------" echo "Running search tests"