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:
committed by
Android (Google) Code Review
commit
d4b946dbe3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user