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

Commit d3a7f783 authored by Sarah Chin's avatar Sarah Chin Committed by Automerger Merge Worker
Browse files

[DO NOT MERGE] Disable broken TelephonyNetworkFactoryTest am: 841f4d78

parents c761571f 841f4d78
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ import com.android.telephony.Rlog;

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;
@@ -305,6 +306,7 @@ public class TelephonyNetworkFactoryTest extends TelephonyTest {
     */
    @Test
    @SmallTest
    @Ignore("b/256052233")
    public void testRequests() throws Exception {
        mTestName = "testActive";
        final int numberOfPhones = 2;
@@ -370,6 +372,7 @@ public class TelephonyNetworkFactoryTest extends TelephonyTest {
     */
    @Test
    @SmallTest
    @Ignore("b/256052233")
    public void testHandoverNoLiveData() throws Exception {
        createMockedTelephonyComponents();
        doReturn(0).when(mSubscriptionController).getSubIdUsingPhoneId(0);
@@ -409,6 +412,7 @@ public class TelephonyNetworkFactoryTest extends TelephonyTest {
     */
    @Test
    @SmallTest
    @Ignore("b/256052233")
    public void testHandoverActivatingData() throws Exception {
        createMockedTelephonyComponents();
        doReturn(0).when(mSubscriptionController).getSubIdUsingPhoneId(0);