From: Russ Cox Date: Tue, 18 Aug 2015 15:40:59 +0000 (-0400) Subject: cmd/go: really skip TestNoteReading on linux/ppc64le X-Git-Tag: go1.5~1^2~8 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5acde2d5aa2296bc505fb5cffa26a73a5e53716b;p=gostls13.git cmd/go: really skip TestNoteReading on linux/ppc64le Change-Id: Iaeba7c55bbb9e11ac30f3b61369aa597acc30190 Reviewed-on: https://go-review.googlesource.com/13691 Reviewed-by: Russ Cox --- diff --git a/src/cmd/go/note_test.go b/src/cmd/go/note_test.go index 74097119c9..3d644518c6 100644 --- a/src/cmd/go/note_test.go +++ b/src/cmd/go/note_test.go @@ -25,7 +25,7 @@ func TestNoteReading(t *testing.T) { } if runtime.GOOS == "linux" && runtime.GOARCH == "ppc64le" { - t.Logf("skipping - golang.org/issue/11184") + t.Skipf("skipping - golang.org/issue/11184") } switch runtime.GOOS {