diff options
author | falken@chromium.org <falken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-13 19:30:27 +0000 |
---|---|---|
committer | falken@chromium.org <falken@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-13 19:30:27 +0000 |
commit | 8cf4350ee12a563f4f78f9820fba10a16760240e (patch) | |
tree | cde9b4092341f5c97d8f1ef2bd5cb0b86d54b4f0 /chrome_frame | |
parent | 06ca05d12df017ca59d30f17268ca7e4b4230737 (diff) | |
download | chromium_src-8cf4350ee12a563f4f78f9820fba10a16760240e.zip chromium_src-8cf4350ee12a563f4f78f9820fba10a16760240e.tar.gz chromium_src-8cf4350ee12a563f4f78f9820fba10a16760240e.tar.bz2 |
Disabling FullTabDownloadTest.CF_DownloadFileFromPost due to flaky timeouts.
BUG=189099
TBR=ananta
Review URL: https://chromiumcodereview.appspot.com/12490011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187915 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/test/navigation_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/navigation_test.cc b/chrome_frame/test/navigation_test.cc index 4f83743..45026b3 100644 --- a/chrome_frame/test/navigation_test.cc +++ b/chrome_frame/test/navigation_test.cc @@ -749,7 +749,7 @@ void CloseWindow(HWND* window) { // IE brings up a file open dialog in this context. // We bring up the Save dialog via accessibility and save the file // and validate that all is well. -TEST_F(FullTabDownloadTest, CF_DownloadFileFromPost) { +TEST_F(FullTabDownloadTest, DISABLED_CF_DownloadFileFromPost) { // Please see http://code.google.com/p/chromium/issues/detail?id=60987 // for more information on why this test is disabled for Vista with IE7. if (base::win::GetVersion() >= base::win::VERSION_VISTA) { |