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

Unified Diff: chrome/browser/extensions/notifications_apitest.cc

Issue 5396003: Undisable tests that were disabled because of the leaked processes issue. (Closed)
Patch Set: Created 10 years, 1 month 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 | « chrome/browser/download/download_uitest.cc ('k') | chrome/browser/history/multipart_uitest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/notifications_apitest.cc
diff --git a/chrome/browser/extensions/notifications_apitest.cc b/chrome/browser/extensions/notifications_apitest.cc
index 6a8063584c545546b55c06232411f1b7051042e6..5e0f316a770defbed027724b19f3c95246a70c6c 100644
--- a/chrome/browser/extensions/notifications_apitest.cc
+++ b/chrome/browser/extensions/notifications_apitest.cc
@@ -8,14 +8,8 @@
#include "chrome/browser/profile.h"
#include "chrome/browser/ui/browser.h"
-// Fails and hoses bot, http://crbug.com/50060.
// Flaky, http://crbug.com/42314.
-#if defined(OS_MACOSX)
-#define MAYBE_Notifications DISABLED_Notifications
-#else
-#define MAYBE_Notifications FLAKY_Notifications
-#endif
-IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE_Notifications) {
+IN_PROC_BROWSER_TEST_F(ExtensionApiTest, FLAKY_Notifications) {
#if defined(OS_LINUX) && defined(TOOLKIT_VIEWS)
// Notifications not supported on linux/views yet.
#else
« no previous file with comments | « chrome/browser/download/download_uitest.cc ('k') | chrome/browser/history/multipart_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698