Skip to content

Commit

Permalink
cmd/go: disable TestIssue10952 without external network
Browse files Browse the repository at this point in the history
Should fix arm64 build failure.

Change-Id: Ib35e4a69a1082e461a1eddf3265544a1d2ff98e5
Reviewed-on: https://go-review.googlesource.com/11710
Reviewed-by: David Crawshaw <[email protected]>
  • Loading branch information
rsc committed Jun 29, 2015
1 parent 55203c7 commit 5267bf0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cmd/go/go_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -984,6 +984,8 @@ func TestImportCommentConflict(t *testing.T) {

// cmd/go: custom import path checking should not apply to github.com/xxx/yyy.
func TestIssue10952(t *testing.T) {
testenv.MustHaveExternalNetwork(t)

if _, err := exec.LookPath("git"); err != nil {
t.Skip("skipping because git binary not found")
}
Expand Down

0 comments on commit 5267bf0

Please sign in to comment.