From c004d82ab7f1421f5a1cb9c1f82e85d2a2bc35df Mon Sep 17 00:00:00 2001 From: "finnur@chromium.org" Date: Fri, 13 Mar 2009 17:41:42 +0000 Subject: Disabling a couple of UI tests while I investigate. TBR=ojan Review URL: http://codereview.chromium.org/46040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11642 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/download/download_uitest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/browser/download') diff --git a/chrome/browser/download/download_uitest.cc b/chrome/browser/download/download_uitest.cc index 941910a..a92fef2 100644 --- a/chrome/browser/download/download_uitest.cc +++ b/chrome/browser/download/download_uitest.cc @@ -151,7 +151,7 @@ class DownloadTest : public UITest { // Download a file with non-viewable content, verify that the // download tab opened and the file exists. -TEST_F(DownloadTest, DownloadMimeType) { +TEST_F(DownloadTest, DISABLED_DownloadMimeType) { wstring file = L"download-test1.lib"; wstring expected_title = L"100% - " + file; @@ -201,7 +201,7 @@ TEST_F(DownloadTest, NoDownload) { // Download a 0-size file with a content-disposition header, verify that the // download tab opened and the file exists as the filename specified in the // header. This also ensures we properly handle empty file downloads. -TEST_F(DownloadTest, ContentDisposition) { +TEST_F(DownloadTest, DISABLED_ContentDisposition) { wstring file = L"download-test3.gif"; wstring download_file = L"download-test3-attachment.gif"; wstring expected_title = L"100% - " + download_file; -- cgit v1.1