dashboard: don't test exp on macOS 10.12 Sierra
The exp repository holds experimental and deprecated packages.
Don't test them on a very old version of macOS. There will be
macOS coverage with macOS 10.14.
Fixes golang/go#34578
Change-Id: I9dde7202d26fdeb845378902ff5c077585536213
Reviewed-on: https://go-review.googlesource.com/c/build/+/197858
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
diff --git a/dashboard/builders_test.go b/dashboard/builders_test.go
index 5dc53c5..4d4ee47 100644
--- a/dashboard/builders_test.go
+++ b/dashboard/builders_test.go
@@ -441,9 +441,9 @@
{b("linux-amd64-longtest", "exp"), onlyPost},
{b("windows-386-2008", "exp"), both},
{b("windows-amd64-2016", "exp"), both},
- {b("darwin-amd64-10_12", "exp"), onlyPost},
{b("darwin-amd64-10_14", "exp"), onlyPost},
// ... but not on most others:
+ {b("darwin-amd64-10_12", "exp"), none},
{b("freebsd-386-11_2", "exp"), none},
{b("freebsd-386-12_0", "exp"), none},
{b("freebsd-amd64-11_2", "exp"), none},