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

Commit b69052f0 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable flaky IME test"

parents c5595178 42b67f6c
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -19,11 +19,13 @@ package com.android.server.wm.flicker;
import static com.android.server.wm.flicker.CommonTransitions.editTextLoseFocusToHome;

import androidx.test.InstrumentationRegistry;
import androidx.test.filters.FlakyTest;
import androidx.test.filters.LargeTest;

import com.android.server.wm.flicker.helpers.ImeAppHelper;

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

    @FlakyTest(bugId = 153739621)
    @Ignore
    @Test
    public void checkVisibility_imeLayerBecomesInvisible() {
        checkResults(result -> LayersTraceSubject.assertThat(result)
@@ -71,6 +75,8 @@ public class CloseImeWindowToHomeTest extends NonRotationTestBase {
                .forAllEntries());
    }

    @FlakyTest(bugId = 153739621)
    @Ignore
    @Test
    public void checkVisibility_imeAppLayerBecomesInvisible() {
        checkResults(result -> LayersTraceSubject.assertThat(result)