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

Commit a4ac3869 authored by Wale Ogunwale's avatar Wale Ogunwale
Browse files

Move some no longer flaky tests to pre-submit

Bug: 124127512
Bug: 123654474
Test: self
Change-Id: I3fa53f0268d225d8e44b652a8bbf877531154244
parent 9d3862e4
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");