diff options
-rw-r--r-- | chrome/browser/extensions/extension_browsertests_misc.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/extensions/extension_browsertests_misc.cc b/chrome/browser/extensions/extension_browsertests_misc.cc index 1f149d4..af2f11a 100644 --- a/chrome/browser/extensions/extension_browsertests_misc.cc +++ b/chrome/browser/extensions/extension_browsertests_misc.cc @@ -75,6 +75,8 @@ IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, Shelf) { // Tests that installing and uninstalling extensions don't crash with an // incognito window open. +// This test is disabled. see bug 16106. +#if 0 IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, Incognito) { // Open an incognito window to the extensions management page. We just // want to make sure that we don't crash while playing with extensions when @@ -85,6 +87,7 @@ IN_PROC_BROWSER_TEST_F(ExtensionBrowserTest, Incognito) { ASSERT_TRUE(InstallExtension(test_data_dir_.AppendASCII("good.crx"))); UninstallExtension("ldnnhddmnhbkjipkidpdiheffobcpfmf"); } +#endif // Tests that we can load extension pages into the tab area and they can call // extension APIs. |