commit | 77620034c0097f6b67f2329730aa1132173ab02b | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Oct 10 09:43:27 2022 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Oct 10 09:44:51 2022 +0100 |
tree | dedafa9246d7afe77f0adb27ca4397d11d99514e | |
parent | dc07ca661602647c6f7ca157fe914727fdc284f3 [diff] |
test: Ignore testBootFailsWhenProtectedVmStartsWithImagesSignedWithDifferentKey Ignore the test until we bring back (and extend) support for image verfication in pvmfw, which we've lost by moving to the Rust rewrite. Bug: 237371962 Test: atest MicrodroidHostTestCases Change-Id: I10844919c1a60a0424dc4f47a0613d428e85cd59
diff --git a/tests/hostside/java/com/android/microdroid/test/MicrodroidTestCase.java b/tests/hostside/java/com/android/microdroid/test/MicrodroidTestCase.java index 9dd2a15..a2deb19 100644 --- a/tests/hostside/java/com/android/microdroid/test/MicrodroidTestCase.java +++ b/tests/hostside/java/com/android/microdroid/test/MicrodroidTestCase.java
@@ -426,6 +426,7 @@ } @Test + @Ignore("b/245081929") @CddTest(requirements = {"9.17/C-2-1", "9.17/C-2-2", "9.17/C-2-6"}) public void testBootFailsWhenProtectedVmStartsWithImagesSignedWithDifferentKey() throws Exception {