summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2017-03-23 21:49:01 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2017-03-23 21:49:06 +0000
commit0fd90c00c9757de8ac452470509859d8c11f291c (patch)
tree6a07703e3b56b7650c13769190a64846a2fb039e
parentead72f2c60f0aaa125656aa244810c254db30645 (diff)
parented767118f4ddc79295352b237a85d7f321f901c8 (diff)
Merge "Ignore flaky notification test"
-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);