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

Commit e5639664 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by Gerrit Code Review
Browse files

Merge "Disable flaky flicker tests"

parents b739dedd 0f5ebe80
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ import com.android.server.wm.flicker.helpers.ImeAppHelper;

import org.junit.Before;
import org.junit.FixMethodOrder;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.MethodSorters;
@@ -62,6 +63,7 @@ public class CloseImeWindowToHomeTest extends NonRotationTestBase {
                .forAllEntries());
    }

    @Ignore("Flaky")
    @Test
    public void checkVisibility_imeLayerBecomesInvisible() {
        checkResults(result -> LayersTraceSubject.assertThat(result)
@@ -71,6 +73,7 @@ public class CloseImeWindowToHomeTest extends NonRotationTestBase {
                .forAllEntries());
    }

    @Ignore("Flaky")
    @Test
    public void checkVisibility_imeAppLayerBecomesInvisible() {
        checkResults(result -> LayersTraceSubject.assertThat(result)