From 29e20cc7c5495242800c12e0c854668519545b89 Mon Sep 17 00:00:00 2001
From: Gaurav Gupta <gauravgpt@google.com>
Date: Mon, 12 Feb 2024 21:00:49 +0000
Subject: [PATCH] Revert "Disable failing tests as cause is investigated"

This reverts commit 339e632d281ca085b7b6073f09f77529dac809df.

Reason for revert: test was failing due to branch being out of sync rather than legitimate bug

Change-Id: Ia4cd320f51b5b20ad0d7de5306eaa759274e267a
---
 .../server/notification/NotificationManagerServiceTest.java    | 3 ---
 1 file changed, 3 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 54669cf30b5c..e5fe8c8cc399 100755
--- a/services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java
+++ b/services/tests/uiservicestests/src/com/android/server/notification/NotificationManagerServiceTest.java
@@ -286,7 +286,6 @@ 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;
@@ -13442,7 +13441,6 @@ 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);
@@ -13528,7 +13526,6 @@ 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);
-- 
GitLab