rialto: Temporarily ignore flaky test
The test, introduced in aosp/3216002, has an unacceptable flake rate
so ignore it until the root cause has been identified.
Test: -
Bug: 360077974
Change-Id: Ic692094938843d5798bc1c2d0f055c646160afb1
diff --git a/guest/rialto/tests/test.rs b/guest/rialto/tests/test.rs
index a90adea..7c0d9dc 100644
--- a/guest/rialto/tests/test.rs
+++ b/guest/rialto/tests/test.rs
@@ -71,6 +71,7 @@
check_processing_requests(VmType::NonProtectedVm, None)
}
+#[ignore] // TODO(b/360077974): Figure out why this is flaky.
#[test]
fn process_requests_in_non_protected_vm_with_extra_ram() -> Result<()> {
const MEMORY_MB: i32 = 300;