x/tools/dashboard/app: ignore freebsd-arm failures
TBR=dfc R=dave CC=golang-codereviews https://golang.org/cl/179820043
This commit is contained in:
parent
3b1236a3b4
commit
abf43428cc
|
@ -38,6 +38,7 @@ const (
|
||||||
var ignoreFailure = map[string]bool{
|
var ignoreFailure = map[string]bool{
|
||||||
"dragonfly-386": true,
|
"dragonfly-386": true,
|
||||||
"dragonfly-amd64": true,
|
"dragonfly-amd64": true,
|
||||||
|
"freebsd-arm": true,
|
||||||
"netbsd-amd64-bsiegert": true,
|
"netbsd-amd64-bsiegert": true,
|
||||||
"netbsd-arm-rpi": true,
|
"netbsd-arm-rpi": true,
|
||||||
"plan9-amd64-aram": true,
|
"plan9-amd64-aram": true,
|
||||||
|
|
Loading…
Reference in New Issue