golang/skip_syndey_time_test.patch

14 lines
402 B
Diff

Index: go/src/pkg/time/format_test.go
===================================================================
--- go.orig/src/pkg/time/format_test.go
+++ go/src/pkg/time/format_test.go
@@ -183,7 +183,7 @@ func TestParse(t *testing.T) {
}
}
-func TestParseInSydney(t *testing.T) {
+func testParseInSydney(t *testing.T) {
loc, err := LoadLocation("Australia/Sydney")
if err != nil {
t.Fatal(err)