mirror of
https://github.com/golang/go
synced 2024-11-18 18:54:42 -07: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:
parent
8a925fa4c0
commit
fe62aff319
@ -63,6 +63,7 @@ func main() {
|
|||||||
}`
|
}`
|
||||||
|
|
||||||
func TestGoToStdlibDefinition(t *testing.T) {
|
func TestGoToStdlibDefinition(t *testing.T) {
|
||||||
|
t.Skip("skipping due to golang.org/issues/37318")
|
||||||
t.Parallel()
|
t.Parallel()
|
||||||
runner.Run(t, stdlibDefinition, func(ctx context.Context, t *testing.T, env *Env) {
|
runner.Run(t, stdlibDefinition, func(ctx context.Context, t *testing.T, env *Env) {
|
||||||
env.OpenFile("main.go")
|
env.OpenFile("main.go")
|
||||||
|
Loading…
Reference in New Issue
Block a user