1
0
mirror of https://github.com/golang/go synced 2024-09-30 22:58:34 -06:00

internal/lsp/regtest: skip flaky TestGoToStdlibDefinition

This test is flaking on the Trybots. Skip it until this is understood.

Updates golang/go#37318

Change-Id: Ie4c1db47797b88d5eb201a73c4ddfb5481f362ea
Reviewed-on: https://go-review.googlesource.com/c/tools/+/220360
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Rohan Challa <rohan@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Rob Findley 2020-02-21 10:06:56 -05:00 committed by Robert Findley
parent 8a925fa4c0
commit fe62aff319

View File

@ -63,6 +63,7 @@ func main() {
}`
func TestGoToStdlibDefinition(t *testing.T) {
t.Skip("skipping due to golang.org/issues/37318")
t.Parallel()
runner.Run(t, stdlibDefinition, func(ctx context.Context, t *testing.T, env *Env) {
env.OpenFile("main.go")