Merge "Fix zip tests"
am: c821042c3f
Change-Id: I57af7014b67d5ee4e5ff55027eb2e94a7c3a6a75
This commit is contained in:
3
third_party/zip/zip_test.go
vendored
3
third_party/zip/zip_test.go
vendored
@@ -10,7 +10,6 @@ import (
|
||||
"bytes"
|
||||
"fmt"
|
||||
"hash"
|
||||
"internal/testenv"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"sort"
|
||||
@@ -20,7 +19,7 @@ import (
|
||||
)
|
||||
|
||||
func TestOver65kFiles(t *testing.T) {
|
||||
if testing.Short() && testenv.Builder() == "" {
|
||||
if testing.Short() {
|
||||
t.Skip("skipping in short mode")
|
||||
}
|
||||
buf := new(bytes.Buffer)
|
||||
|
Reference in New Issue
Block a user