Ignoring close tests
Marking the two close tests (CloseAppHomeButtonTest and CloseAppBackButtonTest) as flaky as they are crashing when running, and they are blocking post submit runs. Test: atest FlickerTests Bug: b/174635878 Change-Id: Ia63d255b60fc48bd7b05d372868ab27b1d0cbef1
This commit is contained in:
@@ -16,6 +16,7 @@
|
||||
|
||||
package com.android.server.wm.flicker.close
|
||||
|
||||
import androidx.test.filters.FlakyTest
|
||||
import android.view.Surface
|
||||
import androidx.test.filters.RequiresDevice
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
@@ -54,6 +55,7 @@ import org.junit.runners.Parameterized
|
||||
@RequiresDevice
|
||||
@RunWith(Parameterized::class)
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
@FlakyTest(bugId = 174635878)
|
||||
class CloseAppBackButtonTest(
|
||||
testName: String,
|
||||
flickerSpec: Flicker
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
|
||||
package com.android.server.wm.flicker.close
|
||||
|
||||
import androidx.test.filters.FlakyTest
|
||||
import android.view.Surface
|
||||
import androidx.test.filters.RequiresDevice
|
||||
import androidx.test.platform.app.InstrumentationRegistry
|
||||
@@ -54,6 +55,7 @@ import org.junit.runners.Parameterized
|
||||
@RequiresDevice
|
||||
@RunWith(Parameterized::class)
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
@FlakyTest(bugId = 174635878)
|
||||
class CloseAppHomeButtonTest(
|
||||
testName: String,
|
||||
flickerSpec: Flicker
|
||||
|
||||
Reference in New Issue
Block a user