mirror of https://github.com/golang/go.git
[release-branch.go1.4] time: Skip TestParseInLocation test.
This test is now failing due to tz data updates (see issue #19457) - skip the test since it does not impact the use of Go 1.4 for bootstrapping. Similar to issue #17545. Updates #20672 Change-Id: I8017159fa2a59b052c49fda7d50be7a863e0a08d Reviewed-on: https://go-review.googlesource.com/66073 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
197bf4ddc3
commit
4d5426a570
|
|
@ -184,6 +184,8 @@ func TestParse(t *testing.T) {
|
|||
}
|
||||
|
||||
func TestParseInLocation(t *testing.T) {
|
||||
t.Skip("skipping test for Go 1.4; Issue 19457")
|
||||
|
||||
// Check that Parse (and ParseInLocation) understand that
|
||||
// Feb 01 AST (Arabia Standard Time) and Feb 01 AST (Atlantic Standard Time)
|
||||
// are in different time zones even though both are called AST
|
||||
|
|
|
|||
Loading…
Reference in New Issue