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

Commit aa7ef5ee authored by Willie Koomson's avatar Willie Koomson
Browse files

Disable testShortcutChangeCallback_pinShortcuts test

Test is currently failing in presubmit.

Bug: 420465188
Test: atest FrameworksServicesTests:ShortcutManagerTest11
Flag: EXEMPT bug fix
Change-Id: I51ef6945c367ddf4a52babe24a4c7b399f21003a
parent 8aa5330a
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")));
        });