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

Commit 13d998f6 authored by Michal Brzezinski's avatar Michal Brzezinski
Browse files

Marking test as @Flaky

BouncerSwipeTouchHandlerTest#testSessionStart has high flakiness rate so disabling it in more sensitive test suites.

Bug: 218269836
Test: presubmit
Change-Id: Ie215cfd6e07cfd76531f620f393281d5a58f2483
parent dbad339f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ import android.view.GestureDetector;
import android.view.MotionEvent;
import android.view.VelocityTracker;

import androidx.test.filters.FlakyTest;
import androidx.test.filters.SmallTest;

import com.android.systemui.SysuiTestCase;
@@ -117,6 +118,7 @@ public class BouncerSwipeTouchHandlerTest extends SysuiTestCase {
    /**
     * Ensures expansion only happens when touch down happens in valid part of the screen.
     */
    @FlakyTest
    @Test
    public void testSessionStart() {
        mTouchHandler.onSessionStart(mTouchSession);