Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0d91cfff authored by Nataniel Borges's avatar Nataniel Borges
Browse files

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
parent 8de82ccc
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)