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

Commit 81b1aa4d authored by Yuri Lin's avatar Yuri Lin
Browse files

Remove modes_ui from ZenModeHelperTest parameterization

This is part of ongoing attempts to reduce the amount of time the notification tests take.

Bug: 397930406
Test: this
Flag: EXEMPT bugfix
Change-Id: Ibb97e733ffc4e92149268a2ac31b14c7c2a2a036
parent 0e6c6cd2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -296,7 +296,7 @@ public class ZenModeHelperTest extends UiServiceTestCase {

    @Parameters(name = "{0}")
    public static List<FlagsParameterization> getParams() {
        return FlagsParameterization.allCombinationsOf(FLAG_MODES_UI, FLAG_BACKUP_RESTORE_LOGGING,
        return FlagsParameterization.allCombinationsOf(FLAG_BACKUP_RESTORE_LOGGING,
                com.android.server.notification.Flags.FLAG_FIX_CALLING_UID_FROM_CPS);
    }