Commit 024f0186 authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Re-enable DiscardDangerousFile in hopes that it is not flaky.

0816757e fixed a real issue which might be the source
of the flake here.

Bug: 810302
Change-Id: I38630563e11944deec2dcd71dc89a01eabdfdd74
Reviewed-on: https://chromium-review.googlesource.com/957806Reviewed-by: default avatarDavid Trainor <dtrainor@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543199}
parent 96a8f1b9
...@@ -357,9 +357,7 @@ IN_PROC_BROWSER_TEST_F(DownloadNotificationTest, DownloadFile) { ...@@ -357,9 +357,7 @@ IN_PROC_BROWSER_TEST_F(DownloadNotificationTest, DownloadFile) {
EXPECT_FALSE(GetNotification(notification_id())); EXPECT_FALSE(GetNotification(notification_id()));
} }
// Disabled due to timeouts; see https://crbug.com/810302. IN_PROC_BROWSER_TEST_F(DownloadNotificationTest, DownloadDangerousFile) {
IN_PROC_BROWSER_TEST_F(DownloadNotificationTest,
DISABLED_DownloadDangerousFile) {
GURL download_url( GURL download_url(
embedded_test_server()->GetURL("/downloads/dangerous/dangerous.swf")); embedded_test_server()->GetURL("/downloads/dangerous/dangerous.swf"));
......
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