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 #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>
  • Loading branch information
4a6f656c committed Oct 3, 2017
1 parent 197bf4d commit 4d5426a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/time/format_test.go
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 4d5426a

Please sign in to comment.