diff options
| author | 2024-02-09 18:22:27 +0000 | |
|---|---|---|
| committer | 2024-02-10 00:25:33 +0000 | |
| commit | 339e632d281ca085b7b6073f09f77529dac809df (patch) | |
| tree | 62479810828f24ac8c3090ca0113be32012f5354 | |
| parent | bb093b6e134b73f8ba4cad6d66cabfd6a46c71a8 (diff) | |
Disable failing tests as cause is investigated
Bug: 324348078
Test: N/A
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:86bed8a2893129370dd9615fe79a2eb215359cef)
Merged-In: Icacfc750c739c638bc06788df84cdc17334c696d
Change-Id: Icacfc750c739c638bc06788df84cdc17334c696d
| -rwxr-xr-x | services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java | 3 |
1 files changed, 3 insertions, 0 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 e5fe8c8cc399..54669cf30b5c 100755 --- a/services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java +++ b/services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java @@ -286,6 +286,7 @@ import org.junit.After; import org.junit.Assert; import org.junit.Before; import org.junit.ClassRule; +import org.junit.Ignore; import org.junit.Rule; import org.junit.Test; import org.junit.rules.TestRule; @@ -13441,6 +13442,7 @@ public class NotificationManagerServiceTest extends UiServiceTestCase { } @Test + @Ignore("b/324348078") public void cancelNotificationsFromListener_rapidClear_old_cancelOne() throws RemoteException { mSetFlagsRule.enableFlags(android.view.contentprotection.flags.Flags .FLAG_RAPID_CLEAR_NOTIFICATIONS_BY_LISTENER_APP_OP_ENABLED); @@ -13526,6 +13528,7 @@ public class NotificationManagerServiceTest extends UiServiceTestCase { } @Test + @Ignore("b/324348078") public void cancelNotificationsFromListener_rapidClear_old_cancelAll() throws RemoteException { mSetFlagsRule.enableFlags(android.view.contentprotection.flags.Flags .FLAG_RAPID_CLEAR_NOTIFICATIONS_BY_LISTENER_APP_OP_ENABLED); |