Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9e118ed6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Ignore broken test cases" into rvc-dev

parents 1b0d27db 036f8398
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@ import androidx.test.core.app.ApplicationProvider;

import com.android.settings.R;

import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
@@ -47,6 +48,7 @@ public class InteractAcrossProfilesDetailsTest {
    private final InteractAcrossProfilesDetails mFragment = new InteractAcrossProfilesDetails();

    @Test
    @Ignore
    public void getPreferenceSummary_appOpAllowed_returnsAllowed() {
        String appOp = AppOpsManager.permissionToOp(INTERACT_ACROSS_PROFILES_PERMISSION);
        shadowOf(mAppOpsManager).setMode(
@@ -59,6 +61,7 @@ public class InteractAcrossProfilesDetailsTest {
    }

    @Test
    @Ignore
    public void getPreferenceSummary_appOpNotAllowed_returnsNotAllowed() {
        String appOp = AppOpsManager.permissionToOp(INTERACT_ACROSS_PROFILES_PERMISSION);
        shadowOf(mAppOpsManager).setMode(