Skip to content

Commit

Permalink
dashboard: add known issue for dragonfly-amd64
Browse files Browse the repository at this point in the history
The cmd/go tests have been timing out frequently on this builder.
We are still investigating the root cause.

For golang/go#53577.

Change-Id: I841117e8c2cff7296869d7beedced364714b7cf9
Reviewed-on: https://go-review.googlesource.com/c/build/+/414614
Reviewed-by: David Chase <[email protected]>
Auto-Submit: Bryan Mills <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Bryan Mills <[email protected]>
  • Loading branch information
Bryan C. Mills authored and gopherbot committed Jun 27, 2022
1 parent dc1d16a commit 9267226
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dashboard/builders.go
Original file line number Diff line number Diff line change
Expand Up @@ -2790,6 +2790,7 @@ func init() {
distTestAdjust: noTestDirAndNoReboot,
env: []string{"GO_TEST_TIMEOUT_SCALE=2"}, // see golang.org/issue/45216
SkipSnapshot: true,
KnownIssues: []int{53577},
})
addBuilder(BuildConfig{
Name: "freebsd-arm-paulzhol",
Expand Down

0 comments on commit 9267226

Please sign in to comment.