summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Wale Ogunwale <ogunwale@google.com> 2018-11-03 23:13:52 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-11-03 23:13:52 +0000
commit97dfb6aeebcd538d43d5717c2a823e019b0d6c9f (patch)
tree6f9089bc8cab00674c488e26c6396858278ec9d0
parent3ee2bd7d217af058cf90b949f501651f6bda53db (diff)
parent1f19960bd43a68bd03ce40fdc9f1ad6101dd3b9b (diff)
Merge "Mark UserControllerTest.testStartUser_background as @FlakyTest"
-rw-r--r--services/tests/wmtests/src/com/android/server/am/UserControllerTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/tests/wmtests/src/com/android/server/am/UserControllerTest.java b/services/tests/wmtests/src/com/android/server/am/UserControllerTest.java
index e55c4f7031a8..7c5ee8eaa42d 100644
--- a/services/tests/wmtests/src/com/android/server/am/UserControllerTest.java
+++ b/services/tests/wmtests/src/com/android/server/am/UserControllerTest.java
@@ -68,6 +68,7 @@ import android.os.UserManagerInternal;
import android.platform.test.annotations.Presubmit;
import android.util.Log;
+import androidx.test.filters.FlakyTest;
import androidx.test.filters.SmallTest;
import com.android.server.pm.UserManagerService;
@@ -148,6 +149,7 @@ public class UserControllerTest {
startForegroundUserAssertions();
}
+ @FlakyTest(bugId = 118932054)
@Test
public void testStartUser_background() {
mUserController.startUser(TEST_USER_ID, false /* foreground */);