diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 18:36:51 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-13 18:36:51 +0000 |
commit | 404dd0018749fd5b3e61bc87ace8515788ee3012 (patch) | |
tree | 7be1f1c6c67c81511d1e9cd8dba96feb98a4db11 /chrome/test/functional | |
parent | 822100cbecbe5cfb69447368e5f6cd89125ebb27 (diff) | |
download | chromium_src-404dd0018749fd5b3e61bc87ace8515788ee3012.zip chromium_src-404dd0018749fd5b3e61bc87ace8515788ee3012.tar.gz chromium_src-404dd0018749fd5b3e61bc87ace8515788ee3012.tar.bz2 |
Disable flaky testIncognitoDBPersistentAcrossTabs
BUG=66714
Review URL: http://codereview.chromium.org/5693004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69020 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/functional')
-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 0e8154c..c4e08b1 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -31,6 +31,8 @@ 'cookies', 'crash_reporter', 'databases', + # crbug.com/66714 + '-databases.DatabasesTest.testIncognitoDBPersistentAcrossTabs', # Reloading after kill doesn't load the page, crbug.com/64708. '-databases.DatabasesTest.testModificationsPersistAfterRendererCrash', 'downloads', |