Merge "Fix zip tests"

This commit is contained in:
Colin Cross 2017-02-06 21:17:21 +00:00 committed by Gerrit Code Review
commit c821042c3f
1 changed files with 1 additions and 2 deletions

View File

@ -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)