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
This commit is contained in:
Jeff Chang
2020-01-03 16:43:01 +08:00
parent b41bab2ace
commit 67335d2307

View File

@@ -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