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 <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
This commit is contained in:
Bryan C. Mills 2022-04-07 10:24:54 -04:00 committed by Bryan Mills
parent 7cc24c2ba3
commit 7f1077708f
1 changed files with 2 additions and 0 deletions

View File

@ -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 = `