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

Commit a3df1acd authored by Hall Liu's avatar Hall Liu
Browse files

Ignore/fix some tests

Ignore flaky tests in DcTracker and GsmInboundSmsHandler, and fix a
infinitely-looping test.

Bug: 145232009
Test: MTS
Change-Id: I0895fc8c269ea085be4fe29dbf9027395a4e0714
parent fe2b8076
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -76,7 +76,6 @@ public class CarrierServicesSmsFilterTest extends TelephonyTest {
        super.setUp(getClass().getSimpleName());
        if (Looper.myLooper() == null) {
            Looper.prepare();
            Looper.loop();
        }
        mCarrierServicesSmsFilterUT = new CarrierServicesSmsFilter(
                mContext, mPhone, new byte[][]{SMS_PDU},
+1 −0
Original line number Diff line number Diff line
@@ -1344,6 +1344,7 @@ public class DcTrackerTest extends TelephonyTest {

    // Test update waiting apn list when on data rat change
    @FlakyTest /* flakes 0.86% of the time */
    @Ignore
    @Test
    @SmallTest
    public void testUpdateWaitingApnListOnDataRatChange() throws Exception {