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

Commit b44856f4 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Reenable the failed unit tests" into tm-dev

parents 60627011 14b0eecb
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 {