From: Michael Matloob Date: Thu, 4 Dec 2025 20:32:53 +0000 (-0500) Subject: cmd/go/testdata/script: skip vet_cache in short mode X-Git-Tag: go1.26rc1~2^2~3 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=b133524c0f661b88fc31db0076a939e1466c8aad;p=gostls13.git 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 Auto-Submit: Michael Matloob Reviewed-by: Alan Donovan Reviewed-by: Michael Matloob --- 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