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

Commit d292eec2 authored by Jorge Gil's avatar Jorge Gil Committed by Android (Google) Code Review
Browse files

Merge "Mark #testStartAndFinishPositioning as flaky" into main

parents 8b283287 290f1d44
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -34,6 +34,7 @@ import static org.junit.Assert.assertTrue;
import android.platform.test.annotations.Presubmit;
import android.view.InputChannel;

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

import org.junit.Before;
@@ -72,6 +73,7 @@ public class TaskPositioningControllerTests extends WindowTestsBase {
        doReturn(mock(InputMonitor.class)).when(mDisplayContent).getInputMonitor();
    }

    @FlakyTest(bugId = 291067614)
    @Test
    public void testStartAndFinishPositioning() {
        assertFalse(mTarget.isPositioningLocked());