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

Commit 67335d23 authored by Jeff Chang's avatar Jeff Chang
Browse files

Remove flaky annotation of ActivityThreadClientTest

Remove flaky annotation on ActivityThreadClientTest since they are
stable from test metrics.

fixes:144675058
Test: atest ActivityThreadClientTest
Change-Id: I67e95f955f2b73721a35ceb7748271977e607f8b
parent b41bab2a
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