summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Achim Thesmann <achim@google.com> 2023-01-25 00:04:19 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-01-25 00:04:19 +0000
commit6eb13e45ee9eff5bfeba38f10b0f35bfa7f1cc62 (patch)
tree04640b34b6381ce6e1b4988567ab5f1c6d0b1e13
parentf2784adf8c85daf2749b67d3a280021c812390bb (diff)
parent8bbfab2256b569fce6a0bf5e9bae9e53d6977645 (diff)
Merge "Disable Test to make presubmits pass."
-rw-r--r--services/tests/wmtests/src/com/android/server/wm/ActivityStarterTests.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/tests/wmtests/src/com/android/server/wm/ActivityStarterTests.java b/services/tests/wmtests/src/com/android/server/wm/ActivityStarterTests.java
index 1deb58e9cefb..d1ab5411464e 100644
--- a/services/tests/wmtests/src/com/android/server/wm/ActivityStarterTests.java
+++ b/services/tests/wmtests/src/com/android/server/wm/ActivityStarterTests.java
@@ -113,6 +113,7 @@ import com.android.server.wm.LaunchParamsController.LaunchParamsModifier;
import com.android.server.wm.utils.MockTracker;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -754,6 +755,7 @@ public class ActivityStarterTests extends WindowTestsBase {
* start the background activity.
*/
@Test
+ @Ignore("b/266015587")
public void testBackgroundActivityStartsDisallowed_realCallingUidHasVisibleWindowAborted() {
doReturn(false).when(mAtm).isBackgroundActivityStartsEnabled();