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

Commit 5c53d52c authored by Yohei Yukawa's avatar Yohei Yukawa
Browse files

Mark imeLayerAlphaOneAfterSnapshotStartingWindowRemoval as flaky

Fix: 290767483
Test: n/a
Change-Id: I5edc1812c41d0fd648e7b955a4995e661f83ec3f
parent d1d87c94
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ import android.tools.device.flicker.junit.FlickerParametersRunnerFactory
import android.tools.device.flicker.legacy.FlickerBuilder
import android.tools.device.flicker.legacy.LegacyFlickerTest
import android.tools.device.flicker.legacy.LegacyFlickerTestFactory
import androidx.test.filters.FlakyTest
import com.android.server.wm.flicker.BaseTest
import com.android.server.wm.flicker.helpers.ImeShownOnAppStartHelper
import com.android.server.wm.flicker.helpers.setRotation
@@ -78,6 +79,7 @@ class ShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest(flicker: LegacyF
        flicker.snapshotStartingWindowLayerCoversExactlyOnApp(imeTestApp)
    }

    @FlakyTest(bugId = 290767483)
    @Postsubmit
    @Test
    fun imeLayerAlphaOneAfterSnapshotStartingWindowRemoval() {