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
This commit is contained in:
Antonella Dellanzo
2020-12-07 18:53:16 +01:00
parent 61ecf3ef7a
commit 22038dc533

View File

@@ -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