Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 343c85eb authored by Bookatz's avatar Bookatz
Browse files

Remove flakey designation for testStartUser_background

Test is marked flakey, but seems to be stable now. Remove the annotation unless
we find out that it is still flakey.

Fixes: 118932054
Test: atest com.android.server.am.UserControllerTest#testStartUser_background
Change-Id: Ib768aa861fd1de6312519e4f7b24af258550078a
parent d664b911
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -73,7 +73,6 @@ import android.platform.test.annotations.Presubmit;
import android.util.Log;


import androidx.test.filters.FlakyTest;
import androidx.test.filters.SmallTest;

import com.android.server.FgThread;
@@ -170,7 +169,6 @@ public class UserControllerTest {
        startForegroundUserAssertions();
    }

    @FlakyTest(bugId = 118932054)
    @Test
    public void testStartUser_background() {
        mUserController.startUser(TEST_USER_ID, false /* foreground */);