diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 17:41:42 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-13 17:41:42 +0000 |
commit | c004d82ab7f1421f5a1cb9c1f82e85d2a2bc35df (patch) | |
tree | 3c5481d140a653bc335ab2792f9a4e3d24f413c8 /chrome/browser/download | |
parent | 8b6732919f2224dbf9d0c1c047f60714045d5603 (diff) | |
download | chromium_src-c004d82ab7f1421f5a1cb9c1f82e85d2a2bc35df.zip chromium_src-c004d82ab7f1421f5a1cb9c1f82e85d2a2bc35df.tar.gz chromium_src-c004d82ab7f1421f5a1cb9c1f82e85d2a2bc35df.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/download')
-rw-r--r-- | chrome/browser/download/download_uitest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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; |