diff options
author | 2020-10-10 01:30:30 +0000 | |
---|---|---|
committer | 2020-10-09 18:34:24 -0700 | |
commit | 405af0785923a6e5042f9f69f41ebc46c713537a (patch) | |
tree | 712819e0893abab5f99dde3e910f65fe7ce0ccc6 /android/mutator_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 'android/mutator_test.go')
-rw-r--r-- | android/mutator_test.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/android/mutator_test.go b/android/mutator_test.go index ce073bfb6..191b535a3 100644 --- a/android/mutator_test.go +++ b/android/mutator_test.go @@ -59,7 +59,6 @@ func addMissingDependenciesMutator(ctx TopDownMutatorContext) { } func TestMutatorAddMissingDependencies(t *testing.T) { - t.Parallel() bp := ` test { name: "foo", @@ -93,7 +92,6 @@ func TestMutatorAddMissingDependencies(t *testing.T) { } func TestModuleString(t *testing.T) { - t.Parallel() ctx := NewTestContext() var moduleStrings []string @@ -192,7 +190,6 @@ func TestModuleString(t *testing.T) { } func TestFinalDepsPhase(t *testing.T) { - t.Parallel() ctx := NewTestContext() finalGot := map[string]int{} @@ -270,7 +267,6 @@ func TestFinalDepsPhase(t *testing.T) { } func TestNoCreateVariationsInFinalDeps(t *testing.T) { - t.Parallel() ctx := NewTestContext() checkErr := func() { |