diff options
Diffstat (limited to 'java/dexpreopt_bootjars_test.go')
-rw-r--r-- | java/dexpreopt_bootjars_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/java/dexpreopt_bootjars_test.go b/java/dexpreopt_bootjars_test.go index 4a8d3cd50..00bd80cb3 100644 --- a/java/dexpreopt_bootjars_test.go +++ b/java/dexpreopt_bootjars_test.go @@ -84,6 +84,7 @@ func testDexpreoptBoot(t *testing.T, ruleFile string, expectedInputs, expectedOu } func TestDexpreoptBootJars(t *testing.T) { + t.Parallel() ruleFile := "boot-foo.art" expectedInputs := []string{ @@ -114,6 +115,7 @@ func TestDexpreoptBootJars(t *testing.T) { // Changes to the boot.zip structure may break the ART APK scanner. func TestDexpreoptBootZip(t *testing.T) { + t.Parallel() ruleFile := "boot.zip" ctx := android.PathContextForTesting(testConfig(nil, "", nil)) |