Commit ae9fd024 authored by Robbie McElrath's avatar Robbie McElrath Committed by Commit Bot

Disable DownloadNotificationTest.IncognitoDownloadFile and SimultaneousIncognitoAndNormalDownloads

These recently started failing. See the bug.

Bug: 938672
Change-Id: I259afc8c760f4153b095f1041a68109666a24cf9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504454Reviewed-by: default avatarMin Qin <qinmin@chromium.org>
Commit-Queue: Robbie McElrath <rmcelrath@chromium.org>
Cr-Commit-Position: refs/heads/master@{#637925}
parent 37852efe
...@@ -857,7 +857,9 @@ IN_PROC_BROWSER_TEST_F(DownloadNotificationTest, ...@@ -857,7 +857,9 @@ IN_PROC_BROWSER_TEST_F(DownloadNotificationTest,
EXPECT_EQ(download::DownloadItem::CANCELLED, downloads[0]->GetState()); EXPECT_EQ(download::DownloadItem::CANCELLED, downloads[0]->GetState());
} }
IN_PROC_BROWSER_TEST_F(DownloadNotificationTest, IncognitoDownloadFile) { // TODO(crbug.com/938672): Reenable this.
IN_PROC_BROWSER_TEST_F(DownloadNotificationTest,
DISABLED_IncognitoDownloadFile) {
PrepareIncognitoBrowser(); PrepareIncognitoBrowser();
// Starts an incognito download. // Starts an incognito download.
...@@ -900,8 +902,9 @@ IN_PROC_BROWSER_TEST_F(DownloadNotificationTest, IncognitoDownloadFile) { ...@@ -900,8 +902,9 @@ IN_PROC_BROWSER_TEST_F(DownloadNotificationTest, IncognitoDownloadFile) {
chrome::CloseWindow(incognito_browser()); chrome::CloseWindow(incognito_browser());
} }
// TODO(crbug.com/938672): Reenable this.
IN_PROC_BROWSER_TEST_F(DownloadNotificationTest, IN_PROC_BROWSER_TEST_F(DownloadNotificationTest,
SimultaneousIncognitoAndNormalDownloads) { DISABLED_SimultaneousIncognitoAndNormalDownloads) {
PrepareIncognitoBrowser(); PrepareIncognitoBrowser();
GURL url_incognito(SlowDownloadInterceptor::kUnknownSizeUrl); GURL url_incognito(SlowDownloadInterceptor::kUnknownSizeUrl);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment