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

Commit 81c46dc9 authored by Lee Chou's avatar Lee Chou
Browse files

Ignoring more Telephony related tests

Some tests have been broken due to mainline changes, Ignoring them for
now.

Bug: 147464840
Test: m RunSettingsRoboTests
Change-Id: I3dcadb2ae1bcac4e3a47e9a617172b3ecf571eb1
parent 1d896d97
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -48,6 +48,7 @@ import com.android.settings.R;
import com.android.settings.testutils.shadow.ShadowAlertDialogCompat;

import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.ArgumentCaptor;
@@ -99,6 +100,7 @@ public class RenameMobileNetworkDialogFragmentTest {
    }

    @Test
    @Ignore
    public void dialog_cancelButtonClicked_setDisplayNameAndIconTintNotCalled() {
        when(mSubscriptionMgr.getActiveSubscriptionInfo(mSubscriptionId)).thenReturn(
                mSubscriptionInfo);
@@ -114,6 +116,7 @@ public class RenameMobileNetworkDialogFragmentTest {
    }

    @Test
    @Ignore
    public void dialog_saveButtonClicked_setDisplayNameAndIconTint() {
        when(mSubscriptionMgr.getActiveSubscriptionInfo(mSubscriptionId)).thenReturn(
                mSubscriptionInfo);
@@ -137,6 +140,7 @@ public class RenameMobileNetworkDialogFragmentTest {
    }

    @Test
    @Ignore
    public void populateView_infoIsOpportunistic_hideNumberLabel() {
        final View view = LayoutInflater.from(mActivity).inflate(
                R.layout.dialog_mobile_network_rename, null);