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

Commit a2239704 authored by An An Yu's avatar An An Yu Committed by Android (Google) Code Review
Browse files

Merge "Mark some testcases in MainActivityStartsSecondaryWithAlwaysExpandTest...

Merge "Mark some testcases in MainActivityStartsSecondaryWithAlwaysExpandTest flaky" into udc-qpr-dev
parents c19b5d32 e6bb1640
Loading
Loading
Loading
Loading
+18 −1
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package com.android.server.wm.flicker.activityembedding

import android.platform.test.annotations.FlakyTest
import android.platform.test.annotations.Presubmit
import android.tools.common.datatypes.Rect
import android.tools.device.flicker.junit.FlickerParametersRunnerFactory
@@ -65,6 +66,21 @@ class MainActivityStartsSecondaryWithAlwaysExpandTest(flicker: LegacyFlickerTest
        }
    }

    @FlakyTest(bugId = 286952194)
    @Presubmit
    @Test
    override fun navBarWindowIsVisibleAtStartAndEnd() {}

    @FlakyTest(bugId = 286952194)
    @Presubmit
    @Test
    override fun statusBarWindowIsAlwaysVisible() {}

    @FlakyTest(bugId = 286952194)
    @Presubmit
    @Test
    override fun statusBarLayerPositionAtStartAndEnd() {}

    /** Transition begins with a split. */
    @Presubmit
    @Test
@@ -110,6 +126,7 @@ class MainActivityStartsSecondaryWithAlwaysExpandTest(flicker: LegacyFlickerTest
    }

    /** Always expand activity is on top of the split. */
    @FlakyTest(bugId = 286952194)
    @Presubmit
    @Test
    fun endsWithAlwaysExpandActivityOnTop() {