Index: chrome/browser/extensions/app_background_page_apitest.cc |
diff --git a/chrome/browser/extensions/app_background_page_apitest.cc b/chrome/browser/extensions/app_background_page_apitest.cc |
index 3b5a0e7540f52a2aaf29f4331e1c103768b8679b..a494945e46e647f80cdc95360b52fdacf1f0e05c 100644 |
--- a/chrome/browser/extensions/app_background_page_apitest.cc |
+++ b/chrome/browser/extensions/app_background_page_apitest.cc |
@@ -605,7 +605,9 @@ IN_PROC_BROWSER_TEST_F(AppBackgroundPageApiTest, UnloadExtensionWhileHidden) { |
#if defined(OS_WIN) |
#define MAYBE_BackgroundKeepaliveActive DISABLED_BackgroundKeepaliveActive |
#else |
-#define MAYBE_BackgroundKeepaliveActive BackgroundKeepaliveActive |
+// Disabling other platforms too since the test started failing |
+// consistently. http://crbug.com/490440 |
+#define MAYBE_BackgroundKeepaliveActive DISABLED_BackgroundKeepaliveActive |
#endif |
IN_PROC_BROWSER_TEST_F(AppBackgroundPageNaClTest, |
MAYBE_BackgroundKeepaliveActive) { |