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:
Antonella Dellanzo
2020-12-02 10:14:16 +01:00
parent 56d8a74a3a
commit 94241f55f2
2 changed files with 4 additions and 0 deletions

View File

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

View File

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