Skip to content

Commit 95eb16e

Browse files
dmitshurgopherbot
authored andcommitted
gopls/internal/test/integration: skip x_tools-gotip-openbsd-amd64 (7.6)
The new openbsd/amd64 7.6 builder is generally working well everywhere but this one place. Add a skip for now to buy time to investigate this issue. Note that the previous openbsd/amd64 7.2 builder was also running into problems with these tests, as tracked in go.dev/issue/54461, though it wasn't happening as consistently as it is now. For golang/go#72145. For golang/go#54461. Change-Id: I6dd34fcdcca99c90282f0b9119936efa6bebf458 Cq-Include-Trybots: luci.golang.try:x_tools-gotip-openbsd-amd64 Reviewed-on: https://go-review.googlesource.com/c/tools/+/658015 LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Alan Donovan <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]>
1 parent 066484e commit 95eb16e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

gopls/internal/test/integration/runner.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -266,10 +266,10 @@ func ConnectGoplsEnv(t testing.TB, ctx context.Context, sandbox *fake.Sandbox, c
266266
// longBuilders maps builders that are skipped when -short is set to a
267267
// (possibly empty) justification.
268268
var longBuilders = map[string]string{
269-
"openbsd-amd64-64": "go.dev/issue/42789",
270-
"openbsd-386-64": "go.dev/issue/42789",
271-
"openbsd-386-68": "go.dev/issue/42789",
272-
"openbsd-amd64-68": "go.dev/issue/42789",
269+
"x_tools-gotip-openbsd-amd64": "go.dev/issue/72145",
270+
"x_tools-go1.24-openbsd-amd64": "go.dev/issue/72145",
271+
"x_tools-go1.23-openbsd-amd64": "go.dev/issue/72145",
272+
273273
"darwin-amd64-10_12": "",
274274
"freebsd-amd64-race": "",
275275
"illumos-amd64": "",

0 commit comments

Comments
 (0)