| 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 3c134afe660375732ee963aa1835370c963b6976..aadf45231ec078d4923a8f8a0d07a9b4a313efe2 100644
 | 
| --- a/chrome/browser/extensions/app_background_page_apitest.cc
 | 
| +++ b/chrome/browser/extensions/app_background_page_apitest.cc
 | 
| @@ -304,7 +304,8 @@ IN_PROC_BROWSER_TEST_F(AppBackgroundPageApiTest, ManifestBackgroundPage) {
 | 
|    UnloadExtension(extension->id());
 | 
|  }
 | 
|  
 | 
| -IN_PROC_BROWSER_TEST_F(AppBackgroundPageApiTest, NoJsBackgroundPage) {
 | 
| +// TODO(crbug.com/642482) Disabled test for flakyness.
 | 
| +IN_PROC_BROWSER_TEST_F(AppBackgroundPageApiTest, DISABLED_NoJsBackgroundPage) {
 | 
|    // Keep the task manager up through this test to verify that a crash doesn't
 | 
|    // happen when window.open creates a background page that switches
 | 
|    // RenderViewHosts. See http://crbug.com/165138.
 | 
| 
 |