Commit 5acde2d5 authored by Russ Cox's avatar Russ Cox

cmd/go: really skip TestNoteReading on linux/ppc64le

Change-Id: Iaeba7c55bbb9e11ac30f3b61369aa597acc30190
Reviewed-on: https://go-review.googlesource.com/13691Reviewed-by: default avatarRuss Cox <rsc@golang.org>
parent 92c984e0
...@@ -25,7 +25,7 @@ func TestNoteReading(t *testing.T) { ...@@ -25,7 +25,7 @@ func TestNoteReading(t *testing.T) {
} }
if runtime.GOOS == "linux" && runtime.GOARCH == "ppc64le" { if runtime.GOOS == "linux" && runtime.GOARCH == "ppc64le" {
t.Logf("skipping - golang.org/issue/11184") t.Skipf("skipping - golang.org/issue/11184")
} }
switch runtime.GOOS { switch runtime.GOOS {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment