mirror of https://github.com/golang/go.git
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:
parent
7cc24c2ba3
commit
7f1077708f
|
|
@ -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 = `
|
||||
|
|
|
|||
Loading…
Reference in New Issue