summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Geoffrey Pitsch <gpitsch@google.com> 2017-03-23 15:08:57 -0400
committer Geoffrey Pitsch <gpitsch@google.com> 2017-03-23 15:13:06 -0400
commited767118f4ddc79295352b237a85d7f321f901c8 (patch)
tree7582836e7d4d94896ef74edabc86a23bfeac3366
parent1e81b7f16604068b5695bc6ff90c0e6a9b0ba1c3 (diff)
Ignore flaky notification test
Bug: 36551790 Test: runtest systemui-notification Change-Id: I92f72a90afb2323a847149351bf1c6a911027e0b
-rw-r--r--services/tests/notification/src/com/android/server/notification/NotificationManagerServiceTest.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/services/tests/notification/src/com/android/server/notification/NotificationManagerServiceTest.java b/services/tests/notification/src/com/android/server/notification/NotificationManagerServiceTest.java
index ab83b9d84747..4c23d79cf7ff 100644
--- a/services/tests/notification/src/com/android/server/notification/NotificationManagerServiceTest.java
+++ b/services/tests/notification/src/com/android/server/notification/NotificationManagerServiceTest.java
@@ -52,6 +52,7 @@ import java.util.Arrays;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import com.android.server.lights.Light;
@@ -259,6 +260,7 @@ public class NotificationManagerServiceTest {
@Test
@UiThreadTest
+ @Ignore("Flaky")
public void testEnqueueNotificationWithTag_PopulatesGetActiveNotifications() throws Exception {
mBinderService.enqueueNotificationWithTag(PKG, "opPkg", "tag", 0,
generateNotificationRecord(null).getNotification(), new int[1], 0);