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

Commit 168e3a4a authored by Pinyao Ting's avatar Pinyao Ting
Browse files

Disable ShortcutManagerTest1#pushDynamicShortcut

Bug: 388318052
Change-Id: Ie0c0c5a79a1910e0b525fd8ba0707466c05fec87
Test: manual
Flag: TEST_ONLY
parent 493af2d4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -402,6 +402,7 @@ public class ShortcutManagerTest1 extends BaseShortcutManagerTest {
        });
    }

    /**
    public void testPushDynamicShortcut() {
        // Change the max number of shortcuts.
        mService.updateConfigurationLocked(ConfigConstants.KEY_MAX_SHORTCUTS + "=5,"
@@ -543,6 +544,7 @@ public class ShortcutManagerTest1 extends BaseShortcutManagerTest {
        verify(mMockUsageStatsManagerInternal, times(1)).reportShortcutUsage(
                eq(CALLING_PACKAGE_1), eq("s9"), eq(USER_10));
    }
    */

    public void testPushDynamicShortcut_CallsToUsageStatsManagerAreThrottled()
            throws InterruptedException {