Skip to content
Snippets Groups Projects
Commit 4c8f4572 authored by Jackson Michael's avatar Jackson Michael
Browse files

Change test name of switchUser_running_realistic

Changing test name to test whether this test's data history will be reset after change.

Bug: 266557361
Test: atest UserLifecycleTest#switchUser_running_initializedUser
Change-Id: I8b7beab7de25dab7ab63d750225d4dc281816aeb
parent 0b9b6f13
No related branches found
No related tags found
No related merge requests found
......@@ -477,7 +477,7 @@ public class UserLifecycleTests {
/** Tests switching to an already-created already-running non-owner background user, with wait
* times between iterations */
@Test(timeout = TIMEOUT_MAX_TEST_TIME_MS)
public void switchUser_running_realistic() throws RemoteException {
public void switchUser_running_initializedUser() throws RemoteException {
final int startUser = ActivityManager.getCurrentUser();
final int testUser = initializeNewUserAndSwitchBack(/* stopNewUser */ false);
while (mRunner.keepRunning()) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment