commit | c821042c3f9f719f0de303d337d254345543b885 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Feb 06 21:17:21 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Feb 06 21:17:21 2017 +0000 |
tree | 043ef4d1978e941409cc0485b6ce915167f8f926 | |
parent | 77de5a4b9d0cf657155f5274d3cf0f62dfffe7f7 [diff] | |
parent | e281d3395b41090a9df955fd0986fe7def1dffd1 [diff] |
Merge "Fix zip tests"
diff --git a/third_party/zip/zip_test.go b/third_party/zip/zip_test.go index 3a3c915..7373660 100644 --- a/third_party/zip/zip_test.go +++ b/third_party/zip/zip_test.go
@@ -10,7 +10,6 @@ "bytes" "fmt" "hash" - "internal/testenv" "io" "io/ioutil" "sort" @@ -20,7 +19,7 @@ ) func TestOver65kFiles(t *testing.T) { - if testing.Short() && testenv.Builder() == "" { + if testing.Short() { t.Skip("skipping in short mode") } buf := new(bytes.Buffer)