Remove flaky test LifecycleTest.testDialog from large continuous suite.

BUG 1866891

Change-Id: Ifef98426cf3879fc9f17aa5a0891578fefa54ce3
This commit is contained in:
Brett Chabot
2009-08-28 13:42:10 -07:00
parent 8c937a1766
commit 3bb99b3adf

View File

@@ -67,7 +67,8 @@ public class LifecycleTest extends ActivityTestsBase {
runLaunchpad(LaunchpadActivity.LIFECYCLE_SCREEN);
}
@LargeTest
//flaky test, removing from large suite until 1866891 is fixed
//@LargeTest
public void testDialog() throws Exception {
mIntent = mTopIntent;
runLaunchpad(LaunchpadActivity.LIFECYCLE_DIALOG);