diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 17:49:41 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-19 17:49:41 +0000 |
commit | 502811deb3b111ee53e72c345a13af983a92631d (patch) | |
tree | d31eb3831ae06bf12b7482d5d3e83618c0e375a5 /chrome | |
parent | 1ce9fe7b48cd2b34050d3fafae5bb94665cd0fee (diff) | |
download | chromium_src-502811deb3b111ee53e72c345a13af983a92631d.zip chromium_src-502811deb3b111ee53e72c345a13af983a92631d.tar.gz chromium_src-502811deb3b111ee53e72c345a13af983a92631d.tar.bz2 |
Disable a failing autofill test.
BUG=79802
R=dyu@chromium.org
TEST=
TBR=dyu@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@82119 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index a37a124..1efb6e2 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -32,6 +32,8 @@ # crbug.com/77969 '-autofill.AutofillTest.testFillProfileCrazyCharacters', '-autofill.AutofillTest.testNoAutofillForReadOnlyFields', + # crbug.com/79802 + '-autofill.AutofillTest.testWhitespacesAndSeparatorCharsStrippedForValidCCNums', 'bookmark_bar', 'bookmarks', 'browser', |