diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 01:19:55 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 01:19:55 +0000 |
commit | 87da1a0887f4c125b6a65e220078bcedf9da3547 (patch) | |
tree | 854755a5a171045f5bc838b4ae70e93a5e2627a6 | |
parent | 6a18e2b144977422e73f79571750cd83f7104e27 (diff) | |
download | chromium_src-87da1a0887f4c125b6a65e220078bcedf9da3547.zip chromium_src-87da1a0887f4c125b6a65e220078bcedf9da3547.tar.gz chromium_src-87da1a0887f4c125b6a65e220078bcedf9da3547.tar.bz2 |
Disable testClearHistoryAndDownloads on mac
R=pkasting@chromium.org
BUG=88128
TEST=
Review URL: http://codereview.chromium.org/7285025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91249 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 415134b..fa5523a 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -167,6 +167,9 @@ # ================================================== # Keychain popups make autofill/password tests difficult: crbug.com/49378 '-autofill', + # Browser crash when clearing browsing history and downloads together. + # crbug.com/88128 + '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', # codesign tests should run *after* signing. crbug.com/50481 '-codesign', '-crash_reporter.CrashReporterTest.testRendererCrash', # crbug.com/69464 |