Enable MicrodroidBenchmarkApp test on pVMs

Running Microdroid with small amount of RAM should not crash the device
anymore in protected mode. Enable the benchmark on pVMs.

Bug: 236672526
Bug: 231105297
Test: atest MicrodroidBenchmarks on a pVM-enabled device
Change-Id: I4202633a1f36383055f15d4a2cd1105c48a3a604
diff --git a/tests/benchmark/src/java/com/android/microdroid/benchmark/MicrodroidBenchmarks.java b/tests/benchmark/src/java/com/android/microdroid/benchmark/MicrodroidBenchmarks.java
index 53b1d8e..8adc8d7 100644
--- a/tests/benchmark/src/java/com/android/microdroid/benchmark/MicrodroidBenchmarks.java
+++ b/tests/benchmark/src/java/com/android/microdroid/benchmark/MicrodroidBenchmarks.java
@@ -265,9 +265,6 @@
             throws VirtualMachineException, InterruptedException, IOException {
         assume().withMessage("Skip on CF; too slow").that(isCuttlefish()).isFalse();
 
-        // TODO(b/236672526): giving inefficient memory to pVM sometimes causes host crash.
-        assume().withMessage("Skip on pVM. b/236672526").that(mProtectedVm).isFalse();
-
         int lo = 16, hi = 512, minimum = 0;
         boolean found = false;