Skip to content

Commit 4d5426a

Browse files
committed
[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 <[email protected]>
1 parent 197bf4d commit 4d5426a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/time/format_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ func TestParse(t *testing.T) {
184184
}
185185

186186
func TestParseInLocation(t *testing.T) {
187+
t.Skip("skipping test for Go 1.4; Issue 19457")
188+
187189
// Check that Parse (and ParseInLocation) understand that
188190
// Feb 01 AST (Arabia Standard Time) and Feb 01 AST (Atlantic Standard Time)
189191
// are in different time zones even though both are called AST

0 commit comments

Comments
 (0)