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

Commit 3c23c38c authored by Yanting Yang's avatar Yanting Yang Committed by Android (Google) Code Review
Browse files

Merge "Ignore failing test of BootBroadcastReceiverTest" into main

parents e3addc56 312a3679
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ import com.android.settings.testutils.BatteryTestUtils;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.robolectric.RobolectricTestRunner;
@@ -128,6 +129,7 @@ public final class BootBroadcastReceiverTest {
        assertThat(mShadowAlarmManager.peekNextScheduledAlarm()).isNull();
    }

    @Ignore("b/314921894")
    @Test
    public void onReceive_withTimeChangedIntent_clearsAllDataAndRefreshesJob()
            throws InterruptedException {