Merge "Disable Test to make presubmits pass."

This commit is contained in:
Achim Thesmann
2023-01-25 00:04:19 +00:00
committed by Android (Google) Code Review

View File

@@ -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();