aboutsummaryrefslogtreecommitdiff
path: root/devtools
diff options
context:
space:
mode:
authorJamal Carvalho <jamal@golang.org>2023-08-24 19:17:00 +0000
committerGopher Robot <gobot@golang.org>2023-08-24 19:32:10 +0000
commitde49a2ac9907e98fdf5ef4a319ad545bf41900dd (patch)
treea30c734faafc8725fd288f9a61c3f2d9bf416d3e /devtools
parent61bb6bfd708db54694fb3ec0d7e4bb5fd9e7f40c (diff)
downloadgo-x-pkgsite-de49a2ac9907e98fdf5ef4a319ad545bf41900dd.tar.xz
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 <noreply+kokoro@google.com> Reviewed-by: Robert Findley <rfindley@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Jamal Carvalho <jamal@golang.org> Auto-Submit: Jamal Carvalho <jamal@golang.org>
Diffstat (limited to 'devtools')
-rwxr-xr-xdevtools/ci/ci.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/ci/ci.sh b/devtools/ci/ci.sh
index 5169af28..d323b8d7 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"