1
0
mirror of https://github.com/golang/go synced 2024-11-23 20:20:01 -07:00

cmd/go: skip TestBinaryOnlyPackages until it's fixed

Updates #25784

Change-Id: I638eab82b026d3df89da532b5cc3f5c06b02d6c8
Reviewed-on: https://go-review.googlesource.com/117075
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Brad Fitzpatrick 2018-06-07 15:46:19 +00:00
parent 6269dcdc24
commit 0e1517c0b3

View File

@ -4217,6 +4217,7 @@ func TestFatalInBenchmarkCauseNonZeroExitStatus(t *testing.T) {
}
func TestBinaryOnlyPackages(t *testing.T) {
t.Skip("known failing test; see golang.org/issue/25784")
tooSlow(t)
tg := testgo(t)