Merge "Fix zip tests"

am: c821042c3f

Change-Id: I57af7014b67d5ee4e5ff55027eb2e94a7c3a6a75
This commit is contained in:
Colin Cross
2017-02-06 21:22:53 +00:00
committed by android-build-merger

View File

@@ -10,7 +10,6 @@ import (
"bytes" "bytes"
"fmt" "fmt"
"hash" "hash"
"internal/testenv"
"io" "io"
"io/ioutil" "io/ioutil"
"sort" "sort"
@@ -20,7 +19,7 @@ import (
) )
func TestOver65kFiles(t *testing.T) { func TestOver65kFiles(t *testing.T) {
if testing.Short() && testenv.Builder() == "" { if testing.Short() {
t.Skip("skipping in short mode") t.Skip("skipping in short mode")
} }
buf := new(bytes.Buffer) buf := new(bytes.Buffer)