summaryrefslogtreecommitdiff
path: root/android/neverallow_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'android/neverallow_test.go')
-rw-r--r--android/neverallow_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/android/neverallow_test.go b/android/neverallow_test.go
index 306c509c3..56a07dc9d 100644
--- a/android/neverallow_test.go
+++ b/android/neverallow_test.go
@@ -343,7 +343,6 @@ var neverallowTests = []struct {
}
func TestNeverallow(t *testing.T) {
- t.Parallel()
for _, test := range neverallowTests {
// Create a test per config to allow for test specific config, e.g. test rules.
config := TestConfig(buildDir, nil, "", test.fs)