Don't ignore bootFailsWhenPvmFwDataIsCompromised

Bring back the test now that Rust pvmfw supports instance.img.

Bug: 249723852
Test: atest MicrodroidTests
Change-Id: Id0934556b2f3dde48609046af08b399ce2a993c1
This commit is contained in:
Pierre-Clément Tosi 2023-03-15 12:11:23 +00:00
parent afb126af39
commit c91d42c456
1 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ import com.android.microdroid.testservice.IVmCallback;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.function.ThrowingRunnable;
@ -1183,7 +1182,6 @@ public class MicrodroidTests extends MicrodroidDeviceTestBase {
}
@Test
@Ignore("b/249723852")
@CddTest(requirements = {
"9.17/C-1-1",
"9.17/C-2-7"