Commit ed504571 authored by nsylvain@chromium.org's avatar nsylvain@chromium.org

Disable ExtensionBrowserTest.Incognito because it fails too often.

BUG:16106

Review URL: http://codereview.chromium.org/155147

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20029 0039d316-1c4b-4281-b951-d872f2087c98
parent e8424704
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment