mirror of https://github.com/golang/go.git
[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:
parent
09b43b77db
commit
69ba71e4d5
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue