Change-Id: Ief78a10c4aaa43f300f34519911ff73b6f510d73
Reviewed-on: https://go-review.googlesource.com/6100
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
}
func TestDependencies(t *testing.T) {
- if runtime.GOOS == "nacl" {
- // NaCl tests run in a limited file system and we do not
+ if runtime.GOOS == "nacl" || (runtime.GOOS == "darwin" && runtime.GOARCH == "arm") {
+ // Tests run in a limited file system and we do not
// provide access to every source file.
- t.Skip("skipping on NaCl")
+ t.Skipf("skipping on %s/%s", runtime.GOOS, runtime.GOARCH)
}
var all []string