diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 18:06:32 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-14 18:06:32 +0000 |
commit | 39abdb1be0742cda417e36aa387cc0ff6a5e2315 (patch) | |
tree | 5bbd5c9e37f9cc14d46fcf9df2bdd03ba4f7c993 /chrome | |
parent | fe0252129b9a7658c31ac1f13e03ef11b6a0d5ed (diff) | |
download | chromium_src-39abdb1be0742cda417e36aa387cc0ff6a5e2315.zip chromium_src-39abdb1be0742cda417e36aa387cc0ff6a5e2315.tar.gz chromium_src-39abdb1be0742cda417e36aa387cc0ff6a5e2315.tar.bz2 |
Disable pyauto popup tests
My popup tests are causing more harm than good. They fail. We need a better way to be sure when they're up. Disabling them while I work on them.
BUG=59208
TEST=
Review URL: http://codereview.chromium.org/3746006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index b4078b0..db1603d 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -40,7 +40,7 @@ 'omnibox', 'passwords', 'plugins', - 'popups', + # 'popups', crbug.com/59208 'prefs', 'search_engines', 'special_tabs', |