Loading libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/OneHandedUiEventLoggerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ import com.android.internal.logging.UiEventLogger; import com.android.internal.logging.testing.UiEventLoggerFake; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; Loading Loading @@ -51,6 +52,7 @@ public class OneHandedUiEventLoggerTest extends OneHandedTestCase { } @Test @Ignore("b/184813408, go/wm-tests showing test flaky") public void testLogEvent() { if (mUiEvent != null) { assertEquals(1, mUiEventLogger.numLogs()); Loading Loading
libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/OneHandedUiEventLoggerTest.java +2 −0 Original line number Diff line number Diff line Loading @@ -24,6 +24,7 @@ import com.android.internal.logging.UiEventLogger; import com.android.internal.logging.testing.UiEventLoggerFake; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.junit.runners.Parameterized; Loading Loading @@ -51,6 +52,7 @@ public class OneHandedUiEventLoggerTest extends OneHandedTestCase { } @Test @Ignore("b/184813408, go/wm-tests showing test flaky") public void testLogEvent() { if (mUiEvent != null) { assertEquals(1, mUiEventLogger.numLogs()); Loading