Enable reopen app from overview tests

The tests are stable in postsubmit, so they can be moved to presubmit

Bug: 174658929
Test: atest FlickerTests
Change-Id: Id912152ecc693ed267a10d2d9e8fffa333f6792c
This commit is contained in:
Nataniel Borges
2021-01-25 18:29:35 +01:00
parent 8de82ccc63
commit 0d91cfff91

View File

@@ -16,6 +16,7 @@
package com.android.server.wm.flicker.launch
import android.platform.test.annotations.Presubmit
import android.view.Surface
import androidx.test.filters.RequiresDevice
import androidx.test.platform.app.InstrumentationRegistry
@@ -52,6 +53,7 @@ import org.junit.runners.Parameterized
* Launch an app from the recents app view (the overview)
* To run this test: `atest FlickerTests:OpenAppFromOverviewTest`
*/
@Presubmit
@RequiresDevice
@RunWith(Parameterized::class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)