Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0fd7baaf authored by Bill Lin's avatar Bill Lin
Browse files

OneHandedUiEventLoggerTest sometimes flaky

Check : go/wm-tests

Ignore the unit tests until the better approach available

Test: atest WMShellUnitTests
Bug: 184813408
Change-Id: I3139afa58ed15c535a55822504c3331771f1bfdf
parent 3ed02ffe
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
@@ -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());