From 7f1077708f6e591a3833aa94bc3f73362818807e Mon Sep 17 00:00:00 2001 From: "Bryan C. Mills" Date: Thu, 7 Apr 2022 10:24:54 -0400 Subject: [PATCH] gopls/internal/regtest/modfile: temporarily skip TestSumUpdateFixesDiagnostics This test is somewhat noisy on the builders. I'd like to skip it until someone can look into it in more depth. For golang/go#51352. Change-Id: I2aa5c9c279807b57872324d84c1bb585cdf34d06 Reviewed-on: https://go-review.googlesource.com/c/tools/+/398699 Trust: Bryan Mills Run-TryBot: Bryan Mills gopls-CI: kokoro Reviewed-by: Robert Findley --- gopls/internal/regtest/modfile/modfile_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gopls/internal/regtest/modfile/modfile_test.go b/gopls/internal/regtest/modfile/modfile_test.go index 868aa70aa5..cca3b3cba6 100644 --- a/gopls/internal/regtest/modfile/modfile_test.go +++ b/gopls/internal/regtest/modfile/modfile_test.go @@ -859,6 +859,8 @@ func main() {} } func TestSumUpdateFixesDiagnostics(t *testing.T) { + t.Skipf("Skipping known-flaky test; see https://go.dev/issue/51352.") + testenv.NeedsGo1Point(t, 14) const mod = `