Merge "Workaround for activity manager crashing when trying to start an app It flakes when one of the tests starts calculator while there zero activities in the system." into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-06-20 06:13:48 +00:00
committed by Android (Google) Code Review
@@ -131,6 +131,10 @@ public class FallbackRecentsTest {
TestCommandReceiver.GET_SYSTEM_HEALTH_MESSAGE, startTime.toString()).
getString("result"));
}
// b/143488140
mDevice.pressHome();
mDevice.waitForIdle();
startAppFast(resolveSystemApp(Intent.CATEGORY_APP_CALCULATOR));
}
// b/143488140