[release-branch.go1.4] time: skip TestLoadFixed on the Go 1.4 branch

Fixes #17545

Change-Id: I146e5e172174d8855289d173625ad0d115bc6ccc
Reviewed-on: https://go-review.googlesource.com/31855
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Brad Fitzpatrick 2016-10-24 20:21:00 +00:00
parent 09b43b77db
commit 69ba71e4d5
1 changed files with 1 additions and 0 deletions

View File

@ -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 {