Skip to content

Commit

Permalink
container_test: remove skip on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed Apr 23, 2016
1 parent 069253d commit 409efe1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions container_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1691,9 +1691,6 @@ func TestExportContainer(t *testing.T) {
}

func TestExportContainerViaUnixSocket(t *testing.T) {
if runtime.GOOS != "darwin" {
t.Skip(fmt.Sprintf("skipping test on %s", runtime.GOOS))
}
content := "exported container tar content"
var buf []byte
out := bytes.NewBuffer(buf)
Expand Down

0 comments on commit 409efe1

Please sign in to comment.