diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 19:11:33 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-27 19:11:33 +0000 |
commit | b27f1620e996e18ecdc424e224a6763286a040ae (patch) | |
tree | 0e4d3f3109493cd109bfd8b798391916f25ed7b7 /chrome/test | |
parent | 85bbc93f895ed0a963dfdfaabf920faef1844341 (diff) | |
download | chromium_src-b27f1620e996e18ecdc424e224a6763286a040ae.zip chromium_src-b27f1620e996e18ecdc424e224a6763286a040ae.tar.gz chromium_src-b27f1620e996e18ecdc424e224a6763286a040ae.tar.bz2 |
Disable pyauto autofill tests
Disabling pyauto autofill tests until I fix them.
BUG=56844
TEST=
Review URL: http://codereview.chromium.org/3419027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index b79dadbf..3bd6f2b 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -21,7 +21,7 @@ { 'all': [ - 'autofill', + # 'autofill', crbug.com/56844 'bookmark_bar', 'bookmarks', 'browser', @@ -65,7 +65,7 @@ 'mac': [ # Keychain popups make password & autofill tests difficult. crbug.com/49378 '-passwords', - '-autofill', + # '-autofill', crbug.com/56844 # codesign tests should run *after* signing. crbug.com/50481 '-codesign', '-content.ContentTest.testThreeWindows', # crbug.com/47457 |