DO NOT MERGE] Disabled the following tests:
CtsCompilationTestCases:android.compilation.cts.AdbRootDependentCompilationTest#testCompile_bgDexopt,
CtsCompilationTestCases:android.compilation.cts.AdbRootDependentCompilationTest#testCompile_noProfile,
CtsCompilationTestCases:android.compilation.cts.AdbRootDependentCompilationTest#testCompile_curProfile,
CtsCompilationTestCases:android.compilation.cts.AdbRootDependentCompilationTest#testCompile_refProfile and
CtsCompilationTestCases:android.compilation.cts.AdbRootDependentCompilationTest#testCompile_curAndRefProfile
Disabling in preparation for merge to aosp-master (Q release).
Test: Forrest (atest)
BUG: 139704630
BUG: 139305203
iankaz's forrest run: http://sponge/319029e6-ab11-43d6-a05f-2457e4697fb1
rtenneti's forrest run: http://sponge/3b8ab098-dab5-4846-8a79-250a7321362b
Change-Id: Id62d73618bc1914e23bcdcee0c658f2975abbdca
diff --git a/cmds/installd/TEST_MAPPING b/cmds/installd/TEST_MAPPING
index 287f2d9..bd89169 100644
--- a/cmds/installd/TEST_MAPPING
+++ b/cmds/installd/TEST_MAPPING
@@ -22,7 +22,24 @@
"name": "CtsClassloaderSplitsHostTestCases"
},
{
- "name": "CtsCompilationTestCases"
+ "name": "CtsCompilationTestCases",
+ "options": [
+ {
+ "exclude-filter": "android.compilation.cts.AdbRootDependentCompilationTest#testCompile_bgDexopt"
+ },
+ {
+ "exclude-filter": "android.compilation.cts.AdbRootDependentCompilationTest#testCompile_noProfile"
+ },
+ {
+ "exclude-filter": "android.compilation.cts.AdbRootDependentCompilationTest#testCompile_curProfile"
+ },
+ {
+ "exclude-filter": "android.compilation.cts.AdbRootDependentCompilationTest#testCompile_refProfile"
+ },
+ {
+ "exclude-filter": "android.compilation.cts.AdbRootDependentCompilationTest#testCompile_curAndRefProfile"
+ }
+ ]
}
]
}