[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 <andybons@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Michael Matloob <matloob@golang.org>
This commit is contained in:
parent
4d17acb3b1
commit
37bde98e6a
|
@ -18,6 +18,7 @@ import (
|
|||
)
|
||||
|
||||
func TestCallgraph(t *testing.T) {
|
||||
t.Skip("golang.org/issue/29201")
|
||||
gopath, err := filepath.Abs("testdata")
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
|
Loading…
Reference in New Issue