Commit a788c913 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

cmd/vet: skip another test on Android

Forgot this one in my previous commit.

Change-Id: Ief089e99bdad24b3bcfb075497dc259d06cc727c
Reviewed-on: https://go-review.googlesource.com/10913Reviewed-by: 's avatarDavid Crawshaw <crawshaw@golang.org>
parent 239ec73e
......@@ -91,6 +91,8 @@ func TestTags(t *testing.T) {
if strings.HasPrefix(runtime.GOARCH, "arm") {
t.Skip("skipping test; no command execution on darwin/%s", runtime.GOARCH)
}
case "android":
t.Skip("skipping test; no go toolchain available")
}
// go build
......
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