Skip to content

Commit 8b086a2

Browse files
committed
[release-branch.go1.12] 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 <[email protected]> Run-TryBot: Brad Fitzpatrick <[email protected]> (cherry picked from commit 46c3e21) Reviewed-on: https://go-review.googlesource.com/c/go/+/170798 TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Keith Randall <[email protected]>
1 parent 499088f commit 8b086a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/runtime/runtime-lldb_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ func TestLldbPython(t *testing.T) {
139139
if final := os.Getenv("GOROOT_FINAL"); final != "" && runtime.GOROOT() != final {
140140
t.Skip("gdb test can fail with GOROOT_FINAL pending")
141141
}
142+
testenv.SkipFlaky(t, 31188)
142143

143144
checkLldbPython(t)
144145

0 commit comments

Comments
 (0)