OneHandedUiEventLoggerTest sometimes flaky
Check : go/wm-tests Ignore the unit tests until the better approach available Test: atest WMShellUnitTests Bug: 184813408 Change-Id: I3139afa58ed15c535a55822504c3331771f1bfdf
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user