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

Commit 22038dc5 authored by Antonella Dellanzo's avatar Antonella Dellanzo
Browse files

Disabling ReOpenImeWindowTest

Disabling the test ReOpenImeWindowTest as it's crashing the tests on crosshatch and making all postsubmit tests fail.

Test: atest FlickerTests
Bug: b/175027130
Change-Id: I4ff2e059a4afeef1ba74cfbccb4173dd72fca84b
parent 61ecf3ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package com.android.server.wm.flicker.ime

import androidx.test.filters.FlakyTest
import android.view.Surface
import androidx.test.filters.RequiresDevice
import androidx.test.platform.app.InstrumentationRegistry
@@ -42,6 +43,7 @@ import org.junit.runners.Parameterized
@RequiresDevice
@RunWith(Parameterized::class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@FlakyTest(bugId = 175027130)
class ReOpenImeWindowTest(
    testName: String,
    flickerSpec: Flicker