mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
go/packages: skip tests for GOOS=android
Change-Id: I93dacb676e008682008351962cdafec2d3734bac Reviewed-on: https://go-review.googlesource.com/c/tools/+/165718 Run-TryBot: Elias Naur <mail@eliasnaur.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Alan Donovan <adonovan@google.com>
This commit is contained in:
parent
f8c04913df
commit
1f7a77873d
@ -1515,6 +1515,8 @@ func testConfigDefaultEnv(t *testing.T, exporter packagestest.Exporter) {
|
||||
driverScript packagestest.Writer
|
||||
)
|
||||
switch runtime.GOOS {
|
||||
case "android":
|
||||
t.Skip("doesn't run on android")
|
||||
case "windows":
|
||||
// TODO(jayconrod): write an equivalent batch script for windows.
|
||||
// Hint: "type" can be used to read a file to stdout.
|
||||
|
Loading…
x
Reference in New Issue
Block a user