]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: skip TestBinaryOnlyPackages until it's fixed
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Jun 2018 15:46:19 +0000 (15:46 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 7 Jun 2018 15:47:29 +0000 (15:47 +0000)
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>

src/cmd/go/go_test.go

index f1fbf6cb693e1e4f6906e8fc3a8aada2e1f0a228..dbb3ddedfe6b58af42eabccf1a96a0b0bfd8421a 100644 (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)