1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:28:32 -06:00

internal/lsp/regtest: Skip failing/flaky TestRegenerateCgo

Something is making this test deterministically fail in some
environments, such as @bcmills' desktop.

Skip it while I build go at tip and debug.

Updates golang/go#39135

Change-Id: I1bf8c55c5cfca471a904de85936f504313094807
Reviewed-on: https://go-review.googlesource.com/c/tools/+/234480
Run-TryBot: Robert Findley <rfindley@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
This commit is contained in:
Rob Findley 2020-05-18 15:12:31 -04:00 committed by Robert Findley
parent c79c01b1c5
commit 4bde419ae8

View File

@ -11,6 +11,7 @@ import (
)
func TestRegenerateCgo(t *testing.T) {
t.Skip("This test fails in some environments: see golang.org/issues/39135")
testenv.NeedsTool(t, "cgo")
const workspace = `