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

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

Temporarily ignore tests with flake rate >20%

Temporarily disable tests with flake rate >20% to allow enabling
telephony tests in presubmit.

Bug: 256282468
Bug: 256282780
Test: atest FrameworksTelephonyTests
Change-Id: Idbaf066b03999e0455cafcfa0b13b23d51d7aecf
parent c68550b4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -376,6 +376,7 @@ public class GsmSmsDispatcherTest extends TelephonyTest {

    @Test
    @SmallTest
    @Ignore("b/256282780")
    public void testSendSmsByCarrierApp() throws Exception {
        mockCarrierApp();
        mockCarrierAppStubResults(CarrierMessagingService.SEND_STATUS_OK,
@@ -450,6 +451,7 @@ public class GsmSmsDispatcherTest extends TelephonyTest {

    @Test
    @SmallTest
    @Ignore("b/256282780")
    public void testSendMultipartSmsByCarrierApp() throws Exception {
        mockCarrierApp();
        mockCarrierAppStubResults(CarrierMessagingService.SEND_STATUS_OK,
+5 −1
Original line number Diff line number Diff line
@@ -47,6 +47,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;

@@ -723,6 +724,7 @@ public class SIMRecordsTest extends TelephonyTest {
    }

    @Test
    @Ignore("b/256282468")
    public void testSetVoiceMailNumber() throws InterruptedException {

        String voiceMailNumber = "1234567890";
@@ -776,6 +778,7 @@ public class SIMRecordsTest extends TelephonyTest {
    }

    @Test
    @Ignore("b/256282468")
    public void testSetVoiceMailNumberBigAlphatag() throws InterruptedException {

        String voiceMailNumber = "1234567890";
@@ -830,6 +833,7 @@ public class SIMRecordsTest extends TelephonyTest {
    }

    @Test
    @Ignore("b/256282468")
    public void testSetVoiceMailNumberUtf16Alphatag() throws InterruptedException {

        String voiceMailNumber = "1234567890";
@@ -883,8 +887,8 @@ public class SIMRecordsTest extends TelephonyTest {
        assertEquals(null, mSIMRecordsUT.getVoiceMailAlphaTag());
    }


    @Test
    @Ignore("b/256282468")
    public void testSetVoiceMailNullNumber() throws InterruptedException {

        String voiceMailNumber = null;