x/tools/dashboard/app: ignore freebsd-arm failures

The previous instance of this change was applied to the release branch.
I don't know why the codereview plugin allowed me to do this.
Thankfully we won't be using it for much longer.

TBR=dfc
R=dave
CC=golang-codereviews
https://golang.org/cl/175870044
This commit is contained in:
Andrew Gerrand 2014-11-17 11:32:13 +11:00
parent c13d674f5e
commit c2c2cf49ad
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ const (
var ignoreFailure = map[string]bool{
"dragonfly-386": true,
"dragonfly-amd64": true,
"freebsd-arm": true,
"netbsd-amd64-bsiegert": true,
"netbsd-arm-rpi": true,
"plan9-amd64-aram": true,