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

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

Merge "Ignore failing tests of CreateShortcutPreferenceControllerTest" into main

parents f4af833f 85f09b65
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -116,6 +116,7 @@ public class CreateShortcutPreferenceControllerTest {
                .isEqualTo(SHORTCUT_ID_PREFIX + intent.getComponent().flattenToShortString());
    }

    @Ignore("b/314924127")
    @Test
    public void queryShortcuts_shouldOnlyIncludeSystemApp() {
        final ResolveInfo ri1 = new ResolveInfo();
@@ -139,6 +140,7 @@ public class CreateShortcutPreferenceControllerTest {
        assertThat(info.get(0).activityInfo).isEqualTo(ri2.activityInfo);
    }

    @Ignore("b/314924127")
    @Test
    public void queryShortcuts_shouldSortBasedOnPriority() {
        final ResolveInfo ri1 = new ResolveInfo();