Skip to content

Commit 37bde98

Browse files
committed
[release-branch.go1.11] skip failing TestCallgraph
Update golang/go#29201 Change-Id: I248aae01ecd5066bd318ef628d69a1a07725fdb6 Reviewed-on: https://go-review.googlesource.com/c/153865 Run-TryBot: Andrew Bonventre <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Michael Matloob <[email protected]>
1 parent 4d17acb commit 37bde98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/callgraph/main_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import (
1818
)
1919

2020
func TestCallgraph(t *testing.T) {
21+
t.Skip("golang.org/issue/29201")
2122
gopath, err := filepath.Abs("testdata")
2223
if err != nil {
2324
t.Fatal(err)

0 commit comments

Comments
 (0)