Skip to content
Snippets Groups Projects
Commit 86bed8a2 authored by Gaurav Gupta's avatar Gaurav Gupta
Browse files

Disable failing tests as cause is investigated

Bug: 324348078
Test: N/A
Change-Id: Icacfc750c739c638bc06788df84cdc17334c696d
parent b2334c20
No related branches found
No related tags found
No related merge requests found
......@@ -303,6 +303,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;
......@@ -14312,6 +14313,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);
......@@ -14401,6 +14403,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);
......
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