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

Commit 1f328f26 authored by Antonella Dellanzo's avatar Antonella Dellanzo
Browse files

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
parent 215bcb7e
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 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