diff options
author | 2020-10-10 01:30:30 +0000 | |
---|---|---|
committer | 2020-10-09 18:34:24 -0700 | |
commit | 405af0785923a6e5042f9f69f41ebc46c713537a (patch) | |
tree | 712819e0893abab5f99dde3e910f65fe7ce0ccc6 /cmd/zip2zip/zip2zip_test.go | |
parent | 6682ef42a497e5fdf48d0ade03efd23dbf8379dd (diff) |
Revert "Make lots of tests run in parallel"
This reverts commit 323dc60712491c71ccdc5363c42df61f0a192487.
Reason for revert: Possible cause of test instability
Bug: 170513220
Test: soong tests
Change-Id: Iee168e9fbb4210569e6cffcc23e60d111403abb8
Diffstat (limited to 'cmd/zip2zip/zip2zip_test.go')
-rw-r--r-- | cmd/zip2zip/zip2zip_test.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cmd/zip2zip/zip2zip_test.go b/cmd/zip2zip/zip2zip_test.go index e6ac0bf5c..2c4e00569 100644 --- a/cmd/zip2zip/zip2zip_test.go +++ b/cmd/zip2zip/zip2zip_test.go @@ -416,7 +416,6 @@ func errorString(e error) string { } func TestZip2Zip(t *testing.T) { - t.Parallel() for _, testCase := range testCases { t.Run(testCase.name, func(t *testing.T) { inputBuf := &bytes.Buffer{} @@ -473,7 +472,6 @@ func TestZip2Zip(t *testing.T) { } func TestConstantPartOfPattern(t *testing.T) { - t.Parallel() testCases := []struct{ in, out string }{ { in: "", |