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

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

Merge "Ignore failing test of SettingsSliceProviderTest" into main

parents cdbd4d77 04e7423c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -64,6 +64,7 @@ import com.android.settings.testutils.shadow.ShadowUtils;

import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Mock;
@@ -200,6 +201,7 @@ public class SettingsSliceProviderTest {
                .registerIntentToUri(eq(FakeToggleController.INTENT_FILTER), eq(INTENT_SLICE_URI));
    }

    @Ignore("b/314925256")
    @Test
    public void loadSlice_registersBackgroundListener() {
        SliceTestUtils.insertSliceToDb(mContext, KEY);