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

Commit 14b0eecb authored by Jack Yu's avatar Jack Yu
Browse files

Reenable the failed unit tests

Fix: 227110770
Test: atest GsmSmsDispatcherTest#testSendMultipartSmsByCarrierApp
Change-Id: I863d3c167ba063b3365b63b6c6269dbbac746197
parent 0415c5b2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -371,7 +371,6 @@ public class GsmSmsDispatcherTest extends TelephonyTest {
                any(ICarrierMessagingCallback.class));
    }

    @Ignore("b/227110770") // Enable the test after b/227110770 is fixed.
    @Test
    @SmallTest
    public void testSendSmsByCarrierApp() throws Exception {
@@ -446,7 +445,6 @@ public class GsmSmsDispatcherTest extends TelephonyTest {
                withSentIntents ? sentIntents : null, null, null, null, false, -1, false, -1, 0L);
    }

    @Ignore("b/227110770") // Enable the test after b/227110770 is fixed.
    @Test
    @SmallTest
    public void testSendMultipartSmsByCarrierApp() throws Exception {