summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yuri Lin <yurilin@google.com> 2025-02-20 15:54:46 -0500
committer Yuri Lin <yurilin@google.com> 2025-02-20 15:54:46 -0500
commit81b1aa4d799302d29f928e8f5d98a8d23e0e416f (patch)
treefce3d12bfdc702b92a82f7d6b97a61e8c0d2e15c
parent0e6c6cd2ea5b2025db3a95df7dfef5829b5760ea (diff)
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
-rw-r--r--services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java b/services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java
index 31b9cf72584c..69b2dfa38f8f 100644
--- a/services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java
+++ b/services/tests/uiservicestests/src/com/android/server/notification/ZenModeHelperTest.java
@@ -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);
}