Skip to content
Snippets Groups Projects
Commit 29e20cc7 authored by Gaurav Gupta's avatar Gaurav Gupta Committed by Android (Google) Code Review
Browse files

Revert "Disable failing tests as cause is investigated"

This reverts commit 339e632d.

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

Change-Id: Ia4cd320f51b5b20ad0d7de5306eaa759274e267a
parent 339e632d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment