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

Commit 8508b631 authored by Charles Chen's avatar Charles Chen
Browse files

Mark ScrollableBubbleAppTest as flaky

Test: presubmit
Bug: 433241651
Flag: TEST_ONLY
Change-Id: Icc3667bfa88c220cbb486f685b936585131363ae
parent 01054e42
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package com.android.wm.shell.flicker.bubbles
import android.platform.test.annotations.Presubmit
import android.platform.test.annotations.RequiresFlagsEnabled
import android.tools.NavBar
import androidx.test.filters.FlakyTest
import androidx.test.filters.RequiresDevice
import com.android.server.wm.flicker.helpers.ScrollToFinishHelper
import com.android.wm.shell.Flags
@@ -60,6 +61,7 @@ import org.junit.runners.MethodSorters
 * - [BubbleFlickerTestBase]
 * - [DismissExpandedBubbleTestCases]
 */
@FlakyTest(bugId = 433241651)
@RequiresFlagsEnabled(Flags.FLAG_ENABLE_CREATE_ANY_BUBBLE)
@RequiresDevice
@FixMethodOrder(MethodSorters.NAME_ASCENDING)