]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: disable TestAccidentalGitCheckout for now
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 16 Aug 2018 16:54:11 +0000 (09:54 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 16 Aug 2018 18:27:09 +0000 (18:27 +0000)
It seems it might not have ever worked.

Updates #22983

Change-Id: Icc022539aa2555486a65900abf97dfa30f92a1ea
Reviewed-on: https://go-review.googlesource.com/129615
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Andrew Bonventre <andybons@golang.org>
src/cmd/go/go_test.go

index debe4867e676762ab6d56fd8feac695e6250009a..a7be617af9fe730f29c839334d4b7e054cebd380 100644 (file)
@@ -1293,6 +1293,7 @@ func TestGetGitDefaultBranch(t *testing.T) {
 
 func TestAccidentalGitCheckout(t *testing.T) {
        testenv.MustHaveExternalNetwork(t)
+       testenv.SkipFlaky(t, 22983) // this test might not have ever worked; see issue.
        if _, err := exec.LookPath("git"); err != nil {
                t.Skip("skipping because git binary not found")
        }