commit | ec179eabdf804023dadb13c602d233264eef86b9 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Wed Aug 21 10:57:33 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Aug 21 10:57:33 2024 +0000 |
tree | 1b48c377327fab141ee0989404ed513e28ca43bf | |
parent | fdd33a8a17073fc982c82c48c5e257900b302677 [diff] | |
parent | da5861531cf70009ea8aeb5f19a1f42cc6265128 [diff] |
Merge "rialto: Temporarily ignore flaky test" into main
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;