From 69ba71e4d5e2eeb7c55d418c86b528305edbc0fa Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 24 Oct 2016 20:21:00 +0000 Subject: [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 --- src/time/time_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/src/time/time_test.go b/src/time/time_test.go index 7e31dd78a9..b438817608 100644 --- a/src/time/time_test.go +++ b/src/time/time_test.go @@ -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 { -- cgit v1.2.3-54-g00ecf