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

Commit b6ac3c7d authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Move some no longer flaky tests to pre-submit"

parents 1949d289 a4ac3869
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -43,7 +43,6 @@ import org.mockito.MockitoAnnotations;
 */
@SmallTest
@Presubmit
@FlakyTest(detail = "Promote once confirmed non-flaky")
public class AnimatingAppWindowTokenRegistryTest extends WindowTestsBase {

    @Mock
+0 −1
Original line number Diff line number Diff line
@@ -159,7 +159,6 @@ public class TaskStackChangedListenerTest {
     * Tests for onTaskCreated, onTaskMovedToFront, onTaskRemoved and onTaskRemovalStarted.
     */
    @Test
    @FlakyTest(detail = "Promote to presubmit when shown to be stable.")
    public void testTaskChangeCallBacks() throws Exception {
        final Object[] params = new Object[2];
        final CountDownLatch taskCreatedLaunchLatch = new CountDownLatch(1);
+0 −2
Original line number Diff line number Diff line
@@ -87,7 +87,6 @@ import java.util.LinkedList;
 */
@SmallTest
@Presubmit
@FlakyTest(bugId = 124127512)
public class WindowStateTests extends WindowTestsBase {
    private static int sPreviousNewInsetsMode;

@@ -363,7 +362,6 @@ public class WindowStateTests extends WindowTestsBase {
        assertFalse(app.canAffectSystemUiFlags());
    }

    @FlakyTest(detail = "Promote to presubmit when shown to be stable.")
    @Test
    public void testVisibleWithInsetsProvider() throws Exception {
        final WindowState topBar = createWindow(null, TYPE_STATUS_BAR, "topBar");