| Index: chrome/browser/apps/app_browsertest.cc
|
| diff --git a/chrome/browser/apps/app_browsertest.cc b/chrome/browser/apps/app_browsertest.cc
|
| index 73824451fd2a43938961fd8dc3070584446f36e5..81404492df242ff36c272ef6ea4370928045d95f 100644
|
| --- a/chrome/browser/apps/app_browsertest.cc
|
| +++ b/chrome/browser/apps/app_browsertest.cc
|
| @@ -1041,8 +1041,9 @@ IN_PROC_BROWSER_TEST_F(PlatformAppBrowserTest, ComponentAppBackgroundPage) {
|
| ASSERT_TRUE(launched_listener.WaitUntilSatisfied());
|
| }
|
|
|
| +// Disabled due to flakiness. http://crbug.com/468609
|
| 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.
|
|
|