Merge "Ignoring close tests"

This commit is contained in:
Antonella Dellanzo
2020-12-02 11:38:28 +00:00
committed by Android (Google) Code Review
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