Disable problematic test
It seems to be failing but we aren't convinced this indicates a real
problem. Disable to unblock other changes while we investigate.
Bug: 341087884
Bug: 336343303
Test: Presubmit
Change-Id: Id33301c94356e8675b67942e0cc415ff2efa30b0
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());