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

Commit 82e600dc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable testShortcutChangeCallback_pinShortcuts test" into main

parents a4e1f6f7 aa7ef5ee
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -146,7 +146,7 @@ public class ShortcutManagerTest11 extends BaseShortcutManagerTest {
                .haveIds("s1", "s2", "s3", "s4");
    }

    public void testShortcutChangeCallback_pinShortcuts() {
    public void disabled_testShortcutChangeCallback_pinShortcuts() {
        runWithCaller(CALLING_PACKAGE_1, USER_10, () -> {
            assertTrue(mManager.setDynamicShortcuts(makeShortcuts("s1", "s2")));
        });