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

Commit 6ebbcabe authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable flaky app pair assertions" into sc-dev am: c8a08712

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14325416

Change-Id: Ifb1ce6ed8873c5b13a0661ad47ef7c31efdccd89
parents 69b2507b c8a08712
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ import android.platform.test.annotations.Presubmit
import android.system.helpers.ActivityHelper
import android.util.Log
import android.view.Surface
import androidx.test.filters.FlakyTest
import androidx.test.platform.app.InstrumentationRegistry
import com.android.compatibility.common.util.SystemUtil
import com.android.server.wm.flicker.FlickerBuilderProvider
@@ -138,7 +139,7 @@ abstract class AppPairsTransition(protected val testSpec: FlickerTestParameter)
        append("$primaryApp $secondaryApp")
    }

    @Presubmit
    @FlakyTest(bugId = 186510496)
    @Test
    open fun navBarLayerIsAlwaysVisible() {
        testSpec.navBarLayerIsAlwaysVisible()