diff options
| author | 2025-01-29 12:06:00 -0800 | |
|---|---|---|
| committer | 2025-01-29 12:06:00 -0800 | |
| commit | 98229211f1348e41c5da5a50536e8aa86e4d823c (patch) | |
| tree | 747fecd8116f3147ec706f8e0e95537168cdea3b | |
| parent | f86c511ee56d7d2728f84619b7314bd018a4e8e0 (diff) | |
| parent | 3e7aee97926d34dfb63e5cda5e8fecc03be4b8e8 (diff) | |
Merge "Disable parameterization in NMSTest" into main
| -rw-r--r-- | services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java b/services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java index caff9139e26c..1a95984a705d 100644 --- a/services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java +++ b/services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java @@ -604,8 +604,7 @@ public class NotificationManagerServiceTest extends UiServiceTestCase { @Parameters(name = "{0}") public static List<FlagsParameterization> getParams() { - return FlagsParameterization.allCombinationsOf( - FLAG_NOTIFICATION_CLASSIFICATION, FLAG_NM_BINDER_PERF_CACHE_CHANNELS); + return FlagsParameterization.allCombinationsOf(); } public NotificationManagerServiceTest(FlagsParameterization flags) { |