aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sing <joel@sing.id.au>2017-09-26 04:10:32 +1000
committerJoel Sing <joel@sing.id.au>2017-10-03 12:14:23 +0000
commit4d5426a570c2820c5894a61b52e3dc147e4e7925 (patch)
tree19f853e22f4ed1f4ced9ce2b6975acf136da3492
parent197bf4ddc36250937748eeeb655d6b2e27f0471a (diff)
downloadgo-4d5426a570c2820c5894a61b52e3dc147e4e7925.tar.gz
go-4d5426a570c2820c5894a61b52e3dc147e4e7925.zip
[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>
-rw-r--r--src/time/format_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/time/format_test.go b/src/time/format_test.go
index ecc5c8f28a..10eed4982a 100644
--- a/src/time/format_test.go
+++ b/src/time/format_test.go
@@ -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