Skip to content

Commit

Permalink
[release-branch.go1.4] time: Skip TestParseInLocation test.
Browse files Browse the repository at this point in the history
This test is now failing due to tz data updates (see issue golang#19457) - skip the test
since it does not impact the use of Go 1.4 for bootstrapping.

Similar to issue golang#17545.

Updates golang#20672

Change-Id: I8017159fa2a59b052c49fda7d50be7a863e0a08d
Reviewed-on: https://go-review.googlesource.com/66073
Reviewed-by: Ian Lance Taylor <[email protected]>
  • Loading branch information
4a6f656c authored and wheatman committed Jul 23, 2018
1 parent 3e0b314 commit 2244b84
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/time/format_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2244b84

Please sign in to comment.