Skip to content

Commit 69ba71e

Browse files
committed
[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 <[email protected]>
1 parent 09b43b7 commit 69ba71e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/time/time_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -915,6 +915,7 @@ func TestCountMallocs(t *testing.T) {
915915
}
916916

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

0 commit comments

Comments
 (0)