From ac0da79a676c852fee4939b79baf97224cd0b334 Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Fri, 19 Nov 2021 12:51:25 -0500 Subject: [PATCH] cmd/go: temporarily skip TestScript/test_fuzz_minimize This test is failing on the longtest builders. Adding a skip temporarily until it can be diagnosed and fixed. For #49685 Change-Id: I0ceaf009f5029d1ad6f667f7cfee1f1605737bf3 Reviewed-on: https://go-review.googlesource.com/c/go/+/365315 Trust: Bryan C. Mills Run-TryBot: Bryan C. Mills TryBot-Result: Go Bot Reviewed-by: Roland Shoemaker --- src/cmd/go/testdata/script/test_fuzz_minimize.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/cmd/go/testdata/script/test_fuzz_minimize.txt b/src/cmd/go/testdata/script/test_fuzz_minimize.txt index a6dc3f1953..b591e90d16 100644 --- a/src/cmd/go/testdata/script/test_fuzz_minimize.txt +++ b/src/cmd/go/testdata/script/test_fuzz_minimize.txt @@ -1,3 +1,5 @@ +skip # flaky: https://golang.org/issue/49685 + [!fuzz] skip [short] skip -- 2.50.0