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

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

Marked some WM tests as flaky

Bug: 74078662
Test: bit me!
Change-Id: I8dde8239107baeb85b97109a0f130b01a5fe9a0a
parent 9fae0a82
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package com.android.server.wm;

import android.support.test.filters.FlakyTest;
import org.junit.Test;

import android.platform.test.annotations.Presubmit;
@@ -45,6 +46,7 @@ import java.util.function.Consumer;
 */
@SmallTest
@Presubmit
@FlakyTest(bugId = 74078662)
@org.junit.runner.RunWith(AndroidJUnit4.class)
public class AppWindowContainerControllerTests extends WindowTestsBase {

+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ package com.android.server.wm;

import android.app.WindowConfiguration;
import android.content.res.Configuration;
import android.support.test.filters.FlakyTest;
import org.junit.Test;

import android.platform.test.annotations.Presubmit;
@@ -38,6 +39,7 @@ import static org.junit.Assert.assertTrue;
 */
@SmallTest
@Presubmit
@FlakyTest(bugId = 74078662)
@org.junit.runner.RunWith(AndroidJUnit4.class)
public class WindowContainerControllerTests extends WindowTestsBase {

+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

package com.android.server.wm;

import android.support.test.filters.FlakyTest;
import org.junit.Test;
import org.junit.runner.RunWith;

@@ -55,6 +56,7 @@ import static org.mockito.Mockito.verify;
 */
@SmallTest
@Presubmit
@FlakyTest(bugId = 74078662)
@RunWith(AndroidJUnit4.class)
public class WindowContainerTests extends WindowTestsBase {