| Index: content/browser/download/download_browsertest.cc
|
| diff --git a/content/browser/download/download_browsertest.cc b/content/browser/download/download_browsertest.cc
|
| index 19a05a2d6a0c726020a7f7e8eadf3e563a0f4297..75c37d61dc17d6210a21d38152440e78aac071b5 100644
|
| --- a/content/browser/download/download_browsertest.cc
|
| +++ b/content/browser/download/download_browsertest.cc
|
| @@ -1071,7 +1071,7 @@ IN_PROC_BROWSER_TEST_F(DownloadContentTest, StrongValidators) {
|
|
|
| // Resumption should only attempt to contact the final URL if the download has a
|
| // URL chain.
|
| -IN_PROC_BROWSER_TEST_F(DownloadContentTest, RedirectBeforeResume) {
|
| +IN_PROC_BROWSER_TEST_F(DownloadContentTest, DISABLED_RedirectBeforeResume) {
|
| TestDownloadRequestHandler request_handler_1(
|
| GURL("http://example.com/first-url"));
|
| request_handler_1.StartServingStaticResponse(
|
|
|