Remove flaky annotation

The flakewas fixed by ag/15353756, so remove the annotation.

Bug: 194242735
Test: atest ActivityThreadTest
Change-Id: Ia6e3eda250a0b54a2027d16f6e51887c85ac8f95
This commit is contained in:
Chilun
2021-07-26 12:13:48 +08:00
committed by Chilun Huang
parent ed544a3473
commit da52a50220

View File

@@ -286,7 +286,6 @@ public class ActivityThreadTest {
}
@Test
@FlakyTest(bugId = 194242735)
public void testHandleActivityConfigurationChanged_EnsureUpdatesProcessedInOrder()
throws Exception {
final TestActivity activity = mActivityTestRule.launchActivity(new Intent());