Index: chrome/browser/apps/app_browsertest.cc |
diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc |
index f727059771d28bfc5463624d7d4bf4987e75b410..82f8ec4b206008f18ca7372e36086dc6683737d4 100644 |
--- a/chrome/browser/apps/app_browsertest.cc |
+++ b/chrome/browser/apps/app_browsertest.cc |
@@ -1051,8 +1051,9 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, ComponentAppBackgroundPage) { |
ASSERT_TRUE(launched_listener.WaitUntilSatisfied()); |
} |
+// Flaky: http://crbug.com/407409 |
IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, |
- ComponentExtensionRuntimeReload) { |
+ DISABLED_ComponentExtensionRuntimeReload) { |
// Ensure that we wait until the background page is run (to register the |
// OnLaunched listener) before trying to open the application. This is similar |
// to LoadAndLaunchPlatformApp, but we want to load as a component extension. |