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

Commit e6bb1640 authored by An An Yu's avatar An An Yu
Browse files

Mark some testcases in MainActivityStartsSecondaryWithAlwaysExpandTest flaky

Test: atest
Bug: 286952194, 238043427
Change-Id: If75cabb6d3793e5b6682b12fca6e00f402de232f
parent f3e8d5fc
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() {