From b133524c0f661b88fc31db0076a939e1466c8aad Mon Sep 17 00:00:00 2001 From: Michael Matloob Date: Thu, 4 Dec 2025 15:32:53 -0500 Subject: [PATCH] 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 --- src/cmd/go/testdata/script/vet_cache.txt | 2 ++ 1 file changed, 2 insertions(+) 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