diff options
| author | 2022-05-12 00:00:55 +0000 | |
|---|---|---|
| committer | 2022-05-12 00:00:55 +0000 | |
| commit | fda1fe240091978a21bd8bd73f4f6d7d2fa9b37c (patch) | |
| tree | 8fef11a6b531d38db14deccb63a7cb44ae51270b | |
| parent | bd6308ac9268c4fe2a2b353734724a7f1f57831c (diff) | |
| parent | 27c8be497ea1964d5ea5ef8e9c192bd15565121f (diff) | |
Merge "Skip ApkVerityTest on HWASan."
| -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> |