Merge "Enable ignored test" into sc-dev

This commit is contained in:
Kholoud Mohamed
2021-04-19 08:34:47 +00:00
committed by Android (Google) Code Review

View File

@@ -34,7 +34,6 @@ 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;
@@ -80,7 +79,6 @@ public class InteractAcrossProfilesDetailsTest {
}
@Test
@Ignore
public void getPreferenceSummary_appOpNotAllowed_returnsNotAllowed() {
shadowOf(mUserManager).addUser(
PERSONAL_PROFILE_ID, "personal-profile"/* name */, 0/* flags */);