summaryrefslogtreecommitdiffstats
path: root/chrome/browser
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser')
-rw-r--r--chrome/browser/download/download_manager_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/download/download_manager_unittest.cc b/chrome/browser/download/download_manager_unittest.cc
index eef4e86..f6bc948 100644
--- a/chrome/browser/download/download_manager_unittest.cc
+++ b/chrome/browser/download/download_manager_unittest.cc
@@ -318,7 +318,7 @@ const struct {
// Tests to ensure that the file names we generate from hints from the server
// (content-disposition, URL name, etc) don't cause security holes.
-TEST_F(DownloadManagerTest, TestDownloadFilename) {
+TEST_F(DownloadManagerTest, DISABLED_TestDownloadFilename) {
for (int i = 0; i < arraysize(kGeneratedFiles); ++i) {
std::wstring file_name;
GetGeneratedFilename(kGeneratedFiles[i].disposition,