[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:
Andrew Bonventre 2018-12-12 14:59:00 -05:00
parent 4d17acb3b1
commit 37bde98e6a
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ import (
) )
func TestCallgraph(t *testing.T) { func TestCallgraph(t *testing.T) {
t.Skip("golang.org/issue/29201")
gopath, err := filepath.Abs("testdata") gopath, err := filepath.Abs("testdata")
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)