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

Commit ce70a956 authored by Pinyao Ting's avatar Pinyao Ting
Browse files

Disable failing tests

Bug: 391445633
Change-Id: I193bd1b42d098cba7af6d7c8567046d569dee92c
Test: manual
Flag: TEST_ONLY
parent 3791a5a9
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -128,7 +128,7 @@ public class ShortcutManagerTest7 extends BaseShortcutManagerTest {
        assertEquals(1, mService.mMaxUpdatesPerInterval);
    }

    public void testResetThrottling() throws Exception {
    public void disabled_testResetThrottling() throws Exception {
        prepareCrossProfileDataSet();

        runWithCaller(CALLING_PACKAGE_1, USER_10, () -> {
@@ -149,7 +149,7 @@ public class ShortcutManagerTest7 extends BaseShortcutManagerTest {
        });
    }

    public void testResetThrottling_user_not_running() throws Exception {
    public void disabled_testResetThrottling_user_not_running() throws Exception {
        prepareCrossProfileDataSet();

        runWithCaller(CALLING_PACKAGE_1, USER_10, () -> {
@@ -177,7 +177,7 @@ public class ShortcutManagerTest7 extends BaseShortcutManagerTest {
        });
    }

    public void testResetThrottling_user_running() throws Exception {
    public void disabled_testResetThrottling_user_running() throws Exception {
        prepareCrossProfileDataSet();

        runWithCaller(CALLING_PACKAGE_1, USER_10, () -> {
@@ -201,7 +201,7 @@ public class ShortcutManagerTest7 extends BaseShortcutManagerTest {
        });
    }

    public void testResetAllThrottling() throws Exception {
    public void disabled_testResetAllThrottling() throws Exception {
        prepareCrossProfileDataSet();

        runWithCaller(CALLING_PACKAGE_1, USER_10, () -> {