Index: chrome/browser/extensions/extension_browsertests_misc.cc |
=================================================================== |
--- chrome/browser/extensions/extension_browsertests_misc.cc (revision 20028) |
+++ chrome/browser/extensions/extension_browsertests_misc.cc (working copy) |
@@ -75,6 +75,8 @@ |
// 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 @@ |
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. |
Property changes on: chrome\browser\extensions\extension_browsertests_misc.cc |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |