diff options
| author | Brad Fitzpatrick <bradfitz@golang.org> | 2019-04-01 22:20:06 +0000 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2019-04-01 22:34:23 +0000 |
| commit | 46c3e217188043c7cea9e181f0d61825d2636ad7 (patch) | |
| tree | 05f042d5bf8cd5a754ea1c4819d0b60ac586c3e3 /src/runtime/runtime-lldb_test.go | |
| parent | 726a9398f7dddfb681174a6bb71d1ad7c92142b6 (diff) | |
| download | go-46c3e217188043c7cea9e181f0d61825d2636ad7.tar.xz | |
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 <josharian@gmail.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src/runtime/runtime-lldb_test.go')
| -rw-r--r-- | src/runtime/runtime-lldb_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime/runtime-lldb_test.go b/src/runtime/runtime-lldb_test.go index 985745d97c..1e2e5d5be9 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) |
