Disabling OpenAppFromOverviewTest

Adding the FlakyTest annotation to the test OpenAppFromOverviewTest as it's crashing on crosshatch.

Test: atest FlickerTests
Bug: b/174658929
Change-Id: I72d689acae51a02c6e6d03e0b7dc4636b9c3d891
This commit is contained in:
Antonella Dellanzo
2020-12-02 17:06:09 +01:00
parent 215bcb7efa
commit 1f328f2688

View File

@@ -16,6 +16,7 @@
package com.android.server.wm.flicker.launch
import androidx.test.filters.FlakyTest
import android.view.Surface
import androidx.test.filters.RequiresDevice
import androidx.test.platform.app.InstrumentationRegistry
@@ -53,6 +54,7 @@ import org.junit.runners.Parameterized
@RequiresDevice
@RunWith(Parameterized::class)
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
@FlakyTest(bugId = 174658929)
class OpenAppFromOverviewTest(
testName: String,
flickerSpec: Flicker