Commit 64469fc1 authored by David Crawshaw's avatar David Crawshaw

cmd/dist: re-disable android test

Accidentally turned on in golang.org/cl/7734.

Change-Id: I8d72c279150a0b93732a2ac41b82fbb3cd7bf9d3
Reviewed-on: https://go-review.googlesource.com/7737Reviewed-by: default avatarBurcu Dogan <jbd@google.com>
parent 9c5e8c45
...@@ -259,7 +259,7 @@ func (t *tester) registerTests() { ...@@ -259,7 +259,7 @@ func (t *tester) registerTests() {
}) })
} }
if t.hasBash() && t.cgoEnabled && t.goos != "darwin" { if t.hasBash() && t.cgoEnabled && t.goos != "android" && t.goos != "darwin" {
t.registerTest("testgodefs", "../misc/cgo/testgodefs", "./test.bash") t.registerTest("testgodefs", "../misc/cgo/testgodefs", "./test.bash")
} }
if t.cgoEnabled { if t.cgoEnabled {
......
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