Merge "Ignore failing test" into sc-dev am: 0a848989f2

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14100777

Change-Id: I5bed5de7b78a2d038a40348b532527359374673c
This commit is contained in:
Kholoud Mohamed
2021-04-06 13:57:45 +00:00
committed by Automerger Merge Worker

View File

@@ -34,6 +34,7 @@ import com.android.settings.R;
import com.google.common.collect.ImmutableList;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
@@ -79,6 +80,7 @@ public class InteractAcrossProfilesDetailsTest {
}
@Test
@Ignore
public void getPreferenceSummary_appOpNotAllowed_returnsNotAllowed() {
shadowOf(mUserManager).addUser(
PERSONAL_PROFILE_ID, "personal-profile"/* name */, 0/* flags */);