Skip to content

Commit

Permalink
[release-branch.go1.4] time: skip TestLoadFixed on the Go 1.4 branch
Browse files Browse the repository at this point in the history
Fixes #17545

Change-Id: I146e5e172174d8855289d173625ad0d115bc6ccc
Reviewed-on: https://go-review.googlesource.com/31855
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
bradfitz committed Oct 24, 2016
1 parent 09b43b7 commit 69ba71e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/time/time_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ func TestCountMallocs(t *testing.T) {
}

func TestLoadFixed(t *testing.T) {
t.Skip("skipping test for Go 1.4; Issue 17545")
// Issue 4064: handle locations without any zone transitions.
loc, err := LoadLocation("Etc/GMT+1")
if err != nil {
Expand Down

0 comments on commit 69ba71e

Please sign in to comment.