Skip to content

Commit fda06c1

Browse files
author
Bryan C. Mills
committed
gopls/internal/regtest/diagnostics: skip Test_Issue38211
This test has a high failure rate on the builders. Adding a skip until it is fixed so that we will more easily notice other regressions. For golang/go#44098 Change-Id: I8dcd6b205a5a7876d2a16c54f3c19c1bb0397843 Reviewed-on: https://go-review.googlesource.com/c/tools/+/363614 Trust: Bryan C. Mills <[email protected]> Run-TryBot: Bryan C. Mills <[email protected]> gopls-CI: kokoro <[email protected]> Reviewed-by: Robert Findley <[email protected]> TryBot-Result: Go Bot <[email protected]>
1 parent c116b72 commit fda06c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gopls/internal/regtest/diagnostics/diagnostics_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -638,6 +638,8 @@ var ErrHelpWanted error
638638

639639
// Test for golang/go#38211.
640640
func Test_Issue38211(t *testing.T) {
641+
t.Skipf("Skipping flaky test: https://golang.org/issue/44098")
642+
641643
testenv.NeedsGo1Point(t, 14)
642644
const ardanLabs = `
643645
-- go.mod --

0 commit comments

Comments
 (0)