Disable ComposTestCase
It seems to be failing recently; disable it while we try to figure out
why.
Test: Presubmit
Bug: 194974010
Change-Id: Ic642ef5d938e11584af08fcd26ab9912983b5168
diff --git a/compos/tests/java/android/compos/test/ComposTestCase.java b/compos/tests/java/android/compos/test/ComposTestCase.java
index 4471e63..da23919 100644
--- a/compos/tests/java/android/compos/test/ComposTestCase.java
+++ b/compos/tests/java/android/compos/test/ComposTestCase.java
@@ -30,11 +30,13 @@
import org.junit.After;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@RootPermissionTest
@RunWith(DeviceJUnit4ClassRunner.class)
+@Ignore("b/194974010")
public final class ComposTestCase extends VirtualizationTestCaseBase {
/** Path to odrefresh on Microdroid */