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

Commit a075fdee authored by Sarah Chin's avatar Sarah Chin
Browse files

[DO NOT MERGE] Temporarily disable broken VoiceCallSessionStatsTest

Temporarily disable broken tests to allow telephony tests to be enabled
in presubmit.
These tests are only failing on tm-qpr-dev, so add tag to not merge into master.

Test: atest VoiceCallSessionStatsTest
Bug: 256234604
Change-Id: Id3506fb5c12445f366ac4f502f3b388f141a775d
parent 841f4d78
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -81,6 +81,7 @@ import com.android.internal.telephony.uicc.UiccSlot;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.ArgumentCaptor;

@@ -908,6 +909,7 @@ public class VoiceCallSessionStatsTest extends TelephonyTest {

    @Test
    @SmallTest
    @Ignore("b/256234604")
    public void singleImsCall_ratSwitchToUnknown() {
        setServiceState(mServiceState, TelephonyManager.NETWORK_TYPE_LTE);
        doReturn(true).when(mImsConnection0).isIncoming();