diff options
Diffstat (limited to 'android/visibility_test.go')
-rw-r--r-- | android/visibility_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/android/visibility_test.go b/android/visibility_test.go index 8de5fa951..9d9e57438 100644 --- a/android/visibility_test.go +++ b/android/visibility_test.go @@ -1140,7 +1140,6 @@ var visibilityTests = []struct { } func TestVisibility(t *testing.T) { - t.Parallel() for _, test := range visibilityTests { t.Run(test.name, func(t *testing.T) { ctx, errs := testVisibility(buildDir, test.fs) |