Merge "Move some no longer flaky tests to pre-submit"
This commit is contained in:
committed by
Android (Google) Code Review
commit
b6ac3c7dca
@@ -43,7 +43,6 @@ import org.mockito.MockitoAnnotations;
|
||||
*/
|
||||
@SmallTest
|
||||
@Presubmit
|
||||
@FlakyTest(detail = "Promote once confirmed non-flaky")
|
||||
public class AnimatingAppWindowTokenRegistryTest extends WindowTestsBase {
|
||||
|
||||
@Mock
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user