diff options
| author | 2022-05-11 21:04:28 +0000 | |
|---|---|---|
| committer | 2022-05-11 21:11:57 +0000 | |
| commit | 27c8be497ea1964d5ea5ef8e9c192bd15565121f (patch) | |
| tree | 0c8d247bef37bd39b8502adc73df0630135a58ed | |
| parent | 39ebb3b0c02434502e97edd7efeaafca7526b739 (diff) | |
Skip ApkVerityTest on HWASan.
This is consistently broken.
Change-Id: I0e68d63a54923987aec5f2e6e0d2304c32fff515
| -rw-r--r-- | tests/ApkVerityTest/AndroidTest.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ApkVerityTest/AndroidTest.xml b/tests/ApkVerityTest/AndroidTest.xml index 55704eda905e..3c8e1ed99604 100644 --- a/tests/ApkVerityTest/AndroidTest.xml +++ b/tests/ApkVerityTest/AndroidTest.xml @@ -35,6 +35,8 @@ <option name="push" value="ApkVerityTestCert.der->/data/local/tmp/ApkVerityTestCert.der" /> </target_preparer> + <!-- Skip on HWASan. TODO(b/232288278): Re-enable --> + <object type="module_controller" class="com.android.tradefed.testtype.suite.module.SkipHWASanModuleController" /> <test class="com.android.compatibility.common.tradefed.testtype.JarHostTest" > <option name="jar" value="ApkVerityTest.jar" /> </test> |