diff options
author | bartfab@google.com <bartfab@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-02 14:59:37 +0000 |
---|---|---|
committer | bartfab@google.com <bartfab@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-02 14:59:37 +0000 |
commit | 54e9c3c102203c60b5ca48e7dff34fd7a6724e84 (patch) | |
tree | 2b379e13242646e0afba8f2acb6f00e6372ee384 /chrome | |
parent | e7c12dd81a0b412682ba9a67d60825e1993e4696 (diff) | |
download | chromium_src-54e9c3c102203c60b5ca48e7dff34fd7a6724e84.zip chromium_src-54e9c3c102203c60b5ca48e7dff34fd7a6724e84.tar.gz chromium_src-54e9c3c102203c60b5ca48e7dff34fd7a6724e84.tar.bz2 |
Disable very flaky downloads.DownloadsTest.testPauseAndResume
I accidentally disabled the wrong test... Re-enable testCancelDownload
and disable testPauseAndResume.
BUG=124280
TEST=PyAuto bots show that the test is very flaky
TBR=nirnimesh@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10700060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145146 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 c5bb588..ec7b7b1 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -148,7 +148,7 @@ # crbug.com/124913 '-infobars.OneClickInfobarTest.testNoSameIDSigninForTwoProfiles', # crbug.com/124280 - '-downloads.DownloadsTest.testCancelDownload', + '-downloads.DownloadsTest.testPauseAndResume', ], 'win': [ |