diff options
author | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 20:29:42 +0000 |
---|---|---|
committer | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-10 20:29:42 +0000 |
commit | 92a208486448513db6cf7b33372f329c6a82ea6f (patch) | |
tree | 44f914170dd61af988d920e93be94a39ee8d7a30 /chrome | |
parent | df8e6febb83b0b8897594abf24f1a38368732df9 (diff) | |
download | chromium_src-92a208486448513db6cf7b33372f329c6a82ea6f.zip chromium_src-92a208486448513db6cf7b33372f329c6a82ea6f.tar.gz chromium_src-92a208486448513db6cf7b33372f329c6a82ea6f.tar.bz2 |
Extra disable ExtensionViewTest.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11371 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rwxr-xr-x | chrome/browser/extensions/extension_view_unittest.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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 } |