From 3e0a2b754c666ddaebc8c126ffc2cd8f4392d3cd Mon Sep 17 00:00:00 2001 From: Rob Findley Date: Wed, 23 Dec 2020 17:12:34 -0500 Subject: [PATCH] gopls/internal/regtest: skip a some new builders where regtests time out Updates golang/go#42789 Updates golang/go#43355 Change-Id: Ic344237e492b08c30c4d86db6a6a39a561e2d27b Reviewed-on: https://go-review.googlesource.com/c/tools/+/280092 Run-TryBot: Robert Findley Trust: Robert Findley Reviewed-by: Rebecca Stambler gopls-CI: kokoro TryBot-Result: Go Bot --- gopls/internal/regtest/runner.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gopls/internal/regtest/runner.go b/gopls/internal/regtest/runner.go index 7716d79c65..627a6fcbd5 100644 --- a/gopls/internal/regtest/runner.go +++ b/gopls/internal/regtest/runner.go @@ -323,6 +323,8 @@ var longBuilders = map[string]string{ "openbsd-amd64-64": "golang.org/issues/42789", "openbsd-386-64": "golang.org/issues/42789", "openbsd-386-68": "golang.org/issues/42789", + "openbsd-amd64-68": "golang.org/issues/42789", + "linux-arm": "golang.org/issues/43355", "darwin-amd64-10_12": "", "freebsd-amd64-race": "", "illumos-amd64": "",