diff options
| author | Brad Fitzpatrick <bradfitz@golang.org> | 2018-06-07 15:46:19 +0000 |
|---|---|---|
| committer | Brad Fitzpatrick <bradfitz@golang.org> | 2018-06-07 15:47:29 +0000 |
| commit | 0e1517c0b313d565b0d5f69b9bbd46e9d4a940d6 (patch) | |
| tree | 0b3d9d93fd3604491557e13d6b43f2fa00473e6f /src | |
| parent | 6269dcdc24d74379d8a609ce886149811020b2cc (diff) | |
| download | go-0e1517c0b313d565b0d5f69b9bbd46e9d4a940d6.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/go/go_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/go/go_test.go b/src/cmd/go/go_test.go index f1fbf6cb69..dbb3ddedfe 100644 --- a/src/cmd/go/go_test.go +++ b/src/cmd/go/go_test.go @@ -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) |
