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

Commit bb899b82 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix broken tests" into sc-v2-dev am: c07317f5 am: 5c422e7e

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

Change-Id: I0d363b97aaee8f4306a7db0013253b74eb2af00a
parents bd311f55 5c422e7e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@ import com.android.settingslib.development.DevelopmentSettingsEnabler;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -208,6 +209,7 @@ public class MainClearTest {
    }

    @Test
    @Ignore
    public void testShowWipeEuicc_euiccEnabled_unprovisioned() {
        prepareEuiccState(
                true /* isEuiccEnabled */,
@@ -226,6 +228,7 @@ public class MainClearTest {
    }

    @Test
    @Ignore
    public void testShowWipeEuicc_developerMode_unprovisioned() {
        prepareEuiccState(
                true /* isEuiccEnabled */,