Skip to content

Commit 7f10777

Browse files
author
Bryan C. Mills
committed
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 <[email protected]> Run-TryBot: Bryan Mills <[email protected]> gopls-CI: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]>
1 parent 7cc24c2 commit 7f10777

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gopls/internal/regtest/modfile/modfile_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -859,6 +859,8 @@ func main() {}
859859
}
860860

861861
func TestSumUpdateFixesDiagnostics(t *testing.T) {
862+
t.Skipf("Skipping known-flaky test; see https://go.dev/issue/51352.")
863+
862864
testenv.NeedsGo1Point(t, 14)
863865

864866
const mod = `

0 commit comments

Comments
 (0)