test: Ignore bootFailsWhenPvmFwDataIsCompromised

Ignore the test until we bring back support for the instance.img (or
similar) in pvmfw, which we've lost by moving to the Rust rewrite.

Bug: 237371962
Test: atest MicrodroidTestApp
Change-Id: Ie7fd20120eada478288408b58451da91edb26e9a
This commit is contained in:
Pierre-Clément Tosi 2022-09-29 12:37:15 +01:00
parent 13a2b1b92b
commit dc07ca6616
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,7 @@ import com.android.microdroid.test.device.MicrodroidDeviceTestBase;
import com.android.microdroid.testservice.ITestService;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.Timeout;
@ -447,6 +448,7 @@ public class MicrodroidTests extends MicrodroidDeviceTestBase {
}
@Test
@Ignore("b/249723852")
@CddTest(requirements = {
"9.17/C-1-1",
"9.17/C-2-7"