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 <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
This commit is contained in:
Bryan C. Mills 2021-11-12 10:26:50 -05:00
parent c116b727ec
commit fda06c1e04
1 changed files with 2 additions and 0 deletions

View File

@ -638,6 +638,8 @@ var ErrHelpWanted error
// Test for golang/go#38211.
func Test_Issue38211(t *testing.T) {
t.Skipf("Skipping flaky test: https://golang.org/issue/44098")
testenv.NeedsGo1Point(t, 14)
const ardanLabs = `
-- go.mod --