aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com>2024-05-16 17:50:36 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-05-16 17:50:36 +0000
commit8840569daa95ad039d8d64a4739325aec8a3c75f (patch)
treeefb38845d5812775ebb8127eb167e5d09d963510
parentb90bee55cdb9643b50c4a5d75a56762c2ac8d537 (diff)
parent5ade72561fa5ddcb30a82ccc36aa8e0b7a7eb2a5 (diff)
downloadVirtualization-8840569daa95ad039d8d64a4739325aec8a3c75f.tar.gz
Merge "Disable problematic test" into main
-rw-r--r--tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java b/tests/hostside/java/com/android/microdroid/test/MicrodroidHostTests.java
index e7e9ded0..f424ce00 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.JSONArray;
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 @@ public class MicrodroidHostTests extends MicrodroidHostTestCaseBase {
}
@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());