Commit d5a38c73 authored by eroman@chromium.org's avatar eroman@chromium.org

Suppress failure for downloads.DownloadsTest.testPauseAndResume, as it is...

Suppress failure for downloads.DownloadsTest.testPauseAndResume, as it is failing sporadically on pyauto win vista, and cause is not understood.

BUG=102228
Review URL: http://codereview.chromium.org/8413065

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107846 0039d316-1c4b-4281-b951-d872f2087c98
parent 439c1b06
...@@ -165,6 +165,8 @@ ...@@ -165,6 +165,8 @@
# crbug.com/98526 # crbug.com/98526
'-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser', '-pyauto_webdriver.PyAutoWebDriverTest.testCanConnectToRestartedBrowser',
'-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox', '-pyauto_webdriver.PyAutoWebDriverTest.testTypeIntoTextBox',
# crbug.com/102228
'-downloads.DownloadsTest.testPauseAndResume',
], ],
'mac': [ 'mac': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment