From 8eee43d0df37ee91baff4b12af1821845080d0df Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 26 Jun 2015 14:31:35 -0700 Subject: [PATCH] archive/tar: disable new failing test on windows and plan9 Update #11426 Change-Id: If406d2efcc81965825a63c76f5448d544ba2a740 Reviewed-on: https://go-review.googlesource.com/11590 Reviewed-by: Austin Clements Signed-off-by: Vincent Batts --- archive/tar/tar_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/archive/tar/tar_test.go b/archive/tar/tar_test.go index d63c072..715884a 100644 --- a/archive/tar/tar_test.go +++ b/archive/tar/tar_test.go @@ -10,6 +10,7 @@ import ( "os" "path" "reflect" + "runtime" "strings" "testing" "time" @@ -135,6 +136,9 @@ type headerRoundTripTest struct { } func TestHeaderRoundTrip(t *testing.T) { + if runtime.GOOS == "windows" || runtime.GOOS == "plan9" { + t.Skipf("skipping on %s; issue 11426", runtime.GOOS) + } golden := []headerRoundTripTest{ // regular file. {