Skip to content

Commit 9267226

Browse files
Bryan C. Millsgopherbot
Bryan C. Mills
authored andcommitted
dashboard: add known issue for dragonfly-amd64
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]>
1 parent dc1d16a commit 9267226

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dashboard/builders.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2790,6 +2790,7 @@ func init() {
27902790
distTestAdjust: noTestDirAndNoReboot,
27912791
env: []string{"GO_TEST_TIMEOUT_SCALE=2"}, // see golang.org/issue/45216
27922792
SkipSnapshot: true,
2793+
KnownIssues: []int{53577},
27932794
})
27942795
addBuilder(BuildConfig{
27952796
Name: "freebsd-arm-paulzhol",

0 commit comments

Comments
 (0)