Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4458)

Unified Diff: chrome/browser/notifications/platform_notification_service_unittest.cc

Issue 2916363004: Disable PlatformNotificationServiceTest.DisplayPageDisplayedEvent in Android (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/notifications/platform_notification_service_unittest.cc
diff --git a/chrome/browser/notifications/platform_notification_service_unittest.cc b/chrome/browser/notifications/platform_notification_service_unittest.cc
index d0a79e47271504f30fa8018d717f7b293ee50c3f..f551285686f6ea23e9490d634bb74d7df665b39d 100644
--- a/chrome/browser/notifications/platform_notification_service_unittest.cc
+++ b/chrome/browser/notifications/platform_notification_service_unittest.cc
@@ -191,6 +191,10 @@ class PlatformNotificationServiceTest : public testing::Test {
// Native, non persistent notifications don't have delegates any more
#if !defined(OS_MACOSX)
+#if defined(OS_ANDROID)
+// http://crbug.com/729247
+#define DisplayPageDisplayedEvent DISABLED_DisplayPageDisplayedEvent
+#endif
TEST_F(PlatformNotificationServiceTest, DisplayPageDisplayedEvent) {
auto* delegate = CreateSimplePageNotification();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698