From 92a208486448513db6cf7b33372f329c6a82ea6f Mon Sep 17 00:00:00 2001 From: "mpcomplete@google.com" Date: Tue, 10 Mar 2009 20:29:42 +0000 Subject: Extra disable ExtensionViewTest. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11371 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/extensions/extension_view_unittest.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chrome/browser/extensions/extension_view_unittest.cc') diff --git a/chrome/browser/extensions/extension_view_unittest.cc b/chrome/browser/extensions/extension_view_unittest.cc index cc5b9f2..81e86b6 100755 --- a/chrome/browser/extensions/extension_view_unittest.cc +++ b/chrome/browser/extensions/extension_view_unittest.cc @@ -111,6 +111,7 @@ class ExtensionViewTest : public InProcessBrowserTest { // Tests that ExtensionView starts an extension process and runs the script // contained in the extension's "index.html" file. IN_PROC_BROWSER_TEST_F(ExtensionViewTest, DISABLED_Index) { +#if 0 // Create an observer first to be sure we have the notification registered // before it's sent. ExtensionLoadedObserver observer; @@ -135,4 +136,5 @@ IN_PROC_BROWSER_TEST_F(ExtensionViewTest, DISABLED_Index) { // Start the extension process and wait for it to show a javascript alert. MockExtensionView view(url, profile); EXPECT_TRUE(view.got_message()); +#endif } -- cgit v1.1