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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user