aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Matloob <matloob@golang.org>2025-12-04 15:32:53 -0500
committerGopher Robot <gobot@golang.org>2025-12-05 11:51:56 -0800
commitb133524c0f661b88fc31db0076a939e1466c8aad (patch)
treeec8449fff98e96c30c133c6ed5609200309d1dfc /src
parent96e142ba2bfe5fe483f5364df91222c19ac13c49 (diff)
downloadgo-b133524c0f661b88fc31db0076a939e1466c8aad.tar.xz
cmd/go/testdata/script: skip vet_cache in short mode
vet_cache uses a clean cache Change-Id: I68e9f32e60ad228785e9bf28f1c3a42e6a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/726961 LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Michael Matloob <matloob@golang.org> Reviewed-by: Alan Donovan <adonovan@google.com> Reviewed-by: Michael Matloob <matloob@google.com>
Diffstat (limited to 'src')
-rw-r--r--src/cmd/go/testdata/script/vet_cache.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/script/vet_cache.txt b/src/cmd/go/testdata/script/vet_cache.txt
index c84844000a..624df55732 100644
--- a/src/cmd/go/testdata/script/vet_cache.txt
+++ b/src/cmd/go/testdata/script/vet_cache.txt
@@ -1,6 +1,8 @@
# Test that go vet's caching of vet tool actions replays
# the recorded stderr output even after a cache hit.
+[short] skip 'uses a fresh build cache'
+
# Set up fresh GOCACHE.
env GOCACHE=$WORK/gocache