diff options
| author | Jamal Carvalho <jamal@golang.org> | 2023-08-24 19:17:00 +0000 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2023-08-24 19:32:10 +0000 |
| commit | de49a2ac9907e98fdf5ef4a319ad545bf41900dd (patch) | |
| tree | a30c734faafc8725fd288f9a61c3f2d9bf416d3e /devtools | |
| parent | 61bb6bfd708db54694fb3ec0d7e4bb5fd9e7f40c (diff) | |
| download | go-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-x | devtools/ci/ci.sh | 4 |
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" |
