mirror of https://github.com/golang/go.git
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:
parent
6269dcdc24
commit
0e1517c0b3
|
|
@ -4217,6 +4217,7 @@ func TestFatalInBenchmarkCauseNonZeroExitStatus(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestBinaryOnlyPackages(t *testing.T) {
|
func TestBinaryOnlyPackages(t *testing.T) {
|
||||||
|
t.Skip("known failing test; see golang.org/issue/25784")
|
||||||
tooSlow(t)
|
tooSlow(t)
|
||||||
|
|
||||||
tg := testgo(t)
|
tg := testgo(t)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue