From 29d290b8455fc95ac143900d987dc2cb3d11c5b1 Mon Sep 17 00:00:00 2001 From: Yanting Yang Date: Wed, 6 Dec 2023 15:46:14 +0000 Subject: [PATCH] Ignore failing tests of AppInfoWithHeaderTest Bug: 315135755 Test: atest Change-Id: I6bd971cf23692e74eea67b8d57d79099eeb8c452 --- .../android/settings/applications/AppInfoWithHeaderTest.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/robotests/src/com/android/settings/applications/AppInfoWithHeaderTest.java b/tests/robotests/src/com/android/settings/applications/AppInfoWithHeaderTest.java index a161f84e94a..ce520271de6 100644 --- a/tests/robotests/src/com/android/settings/applications/AppInfoWithHeaderTest.java +++ b/tests/robotests/src/com/android/settings/applications/AppInfoWithHeaderTest.java @@ -48,6 +48,7 @@ import com.android.settingslib.widget.LayoutPreference; import org.junit.After; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Answers; @@ -119,6 +120,7 @@ public class AppInfoWithHeaderTest { assertThat(mAppInfoWithHeader.mPackageRemovedCalled).isTrue(); } + @Ignore("b/315135755") @Test public void noExtraUserHandleInIntent_retrieveAppEntryWithMyUserId() throws PackageManager.NameNotFoundException { @@ -144,6 +146,7 @@ public class AppInfoWithHeaderTest { assertThat(mAppInfoWithHeader.mAppEntry).isNotNull(); } + @Ignore("b/315135755") @Test public void extraUserHandleInIntent_retrieveAppEntryWithMyUserId() throws PackageManager.NameNotFoundException {