mirror of
https://github.com/golang/go
synced 2024-11-18 10:54:40 -07: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:
parent
c79c01b1c5
commit
4bde419ae8
@ -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 = `
|
||||
|
Loading…
Reference in New Issue
Block a user