diff options
| author | Alan Donovan <adonovan@google.com> | 2025-09-30 15:11:58 -0400 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2025-10-01 07:21:24 -0700 |
| commit | be0fed8a5fc4e34f2c6caf503830bcdf904ded54 (patch) | |
| tree | ef5fe4373b864a7343205f3c1c4cfd7fc042ddaf /src | |
| parent | eb1c7f6e69b0e62067ff22a0656cedff792c8438 (diff) | |
| download | go-be0fed8a5fc4e34f2c6caf503830bcdf904ded54.tar.xz | |
cmd/go/testdata/script/test_fuzz_fuzztime.txt: disable
This test features a 5s timeout, which is far too close
to the natural variance in scheduling on an overloaded
CI builder machine to make a reliable test. Skipping.
Updates #72104
Change-Id: I52133a2d101808c923e316e0c7fdce9edbb31b10
Reviewed-on: https://go-review.googlesource.com/c/go/+/708075
Auto-Submit: Alan Donovan <adonovan@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Michael Matloob <matloob@google.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/go/testdata/script/test_fuzz_fuzztime.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/go/testdata/script/test_fuzz_fuzztime.txt b/src/cmd/go/testdata/script/test_fuzz_fuzztime.txt index 027c434a32..3cc23985a3 100644 --- a/src/cmd/go/testdata/script/test_fuzz_fuzztime.txt +++ b/src/cmd/go/testdata/script/test_fuzz_fuzztime.txt @@ -1,3 +1,5 @@ +skip # a 5s timeout is never going to be reliable (go.dev/issue/72140) + [!fuzz] skip [short] skip env GOCACHE=$WORK/cache |
