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

Commit 2b68e607 authored by Hall Liu's avatar Hall Liu Committed by Automerger Merge Worker
Browse files

Merge "Ignore/fix some tests" am: d163e72a

Change-Id: Icb833b54ebb4c6d124cd235417012aeab21ab21e
parents 2821263d d163e72a
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 {