From 46c3e217188043c7cea9e181f0d61825d2636ad7 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 1 Apr 2019 22:20:06 +0000 Subject: [PATCH] runtime: skip broken TestLldbPython It's broken on our builders (once we enabled dev mode on our Macs, see CL 170339) Updates #31188 Change-Id: Iceea65dc79576057b401a461bfe39254fed1f7ed Reviewed-on: https://go-review.googlesource.com/c/go/+/170281 Reviewed-by: Josh Bleecher Snyder Run-TryBot: Brad Fitzpatrick --- src/runtime/runtime-lldb_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/runtime/runtime-lldb_test.go b/src/runtime/runtime-lldb_test.go index 985745d97c6..1e2e5d5be93 100644 --- a/src/runtime/runtime-lldb_test.go +++ b/src/runtime/runtime-lldb_test.go @@ -139,6 +139,7 @@ func TestLldbPython(t *testing.T) { if final := os.Getenv("GOROOT_FINAL"); final != "" && runtime.GOROOT() != final { t.Skip("gdb test can fail with GOROOT_FINAL pending") } + testenv.SkipFlaky(t, 31188) checkLldbPython(t)