]> Cypherpunks repositories - gostls13.git/commitdiff
archive/tar: disable new failing test on windows and plan9
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 26 Jun 2015 21:31:35 +0000 (14:31 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 26 Jun 2015 21:43:51 +0000 (21:43 +0000)
Update #11426

Change-Id: If406d2efcc81965825a63c76f5448d544ba2a740
Reviewed-on: https://go-review.googlesource.com/11590
Reviewed-by: Austin Clements <austin@google.com>
src/archive/tar/tar_test.go

index d63c072eb9aaa489c5ec76552db060fa50f2a3ef..715884a45fb5274be1cfbc712e6018c08dd0b96e 100644 (file)
@@ -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.
                {