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

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

Merge "Remove flaky annotation of ActivityThreadClientTest"

parents 8106f9f5 67335d23
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -54,7 +54,6 @@ import android.view.WindowManagerGlobal;

import androidx.test.annotation.UiThreadTest;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import androidx.test.filters.FlakyTest;
import androidx.test.filters.MediumTest;
import androidx.test.platform.app.InstrumentationRegistry;

@@ -76,7 +75,6 @@ import org.mockito.quality.Strictness;
@RunWith(AndroidJUnit4.class)
@MediumTest
@Presubmit
@FlakyTest(bugId = 143153552)
public class ActivityThreadClientTest {

    @Test