diff options
| author | 2023-01-25 00:04:19 +0000 | |
|---|---|---|
| committer | 2023-01-25 00:04:19 +0000 | |
| commit | 6eb13e45ee9eff5bfeba38f10b0f35bfa7f1cc62 (patch) | |
| tree | 04640b34b6381ce6e1b4988567ab5f1c6d0b1e13 | |
| parent | f2784adf8c85daf2749b67d3a280021c812390bb (diff) | |
| parent | 8bbfab2256b569fce6a0bf5e9bae9e53d6977645 (diff) | |
Merge "Disable Test to make presubmits pass."
| -rw-r--r-- | services/tests/wmtests/src/com/android/server/wm/ActivityStarterTests.java | 2 |
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(); |