commit | 594749c1b03c2f9ac19dc8c2a6948b9bc058aafe | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Thu May 16 18:20:33 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu May 16 18:20:33 2024 +0000 |
tree | aef8610dac3fba2ad240f007000746c39b8f9c98 | |
parent | 24bdba7f2106e2e78eb9da2620e698161d55ab3f [diff] | |
parent | b714d996971a248aed481fcb8b0342fc0f2efb1e [diff] |
Merge "Disable problematic test" into main am: 8840569daa am: b714d99697 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3092419 Change-Id: Ifaa3927bcf557dc5222e7d73bccccceff77e01d9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java b/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java index e7e9ded..f424ce0 100644 --- a/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java +++ b/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java
@@ -59,6 +59,7 @@ import org.json.JSONObject; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TestName; @@ -660,6 +661,7 @@ } @Test + @Ignore("b/341087884") // TODO(b/341087884): fix & re-enable public void testTombstonesAreGeneratedUponKernelCrash() throws Exception { assumeFalse("Cuttlefish is not supported", isCuttlefish()); assumeFalse("Skipping test because ramdump is disabled on user build", isUserBuild());