Skip to content

Commit

Permalink
Disable MultiProfileDownloadNotificationTest.DownloadMultipleFiles wi…
Browse files Browse the repository at this point in the history
…th network service

Bug: 933963
Change-Id: I918a269e6648d1ebdf0a8320e3d6a2f5b4344ed1
Reviewed-on: https://chromium-review.googlesource.com/c/1479656
Reviewed-by: Min Qin <[email protected]>
Commit-Queue: Robbie McElrath <[email protected]>
Cr-Commit-Position: refs/heads/master@{#633914}
  • Loading branch information
robbiemc authored and Commit Bot committed Feb 20, 2019
1 parent fee56e9 commit 08d3e78
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include "base/bind.h"
#include "base/command_line.h"
#include "base/feature_list.h"
#include "base/path_service.h"
#include "base/run_loop.h"
#include "base/stl_util.h"
Expand Down Expand Up @@ -691,6 +692,10 @@ IN_PROC_BROWSER_TEST_F(DownloadNotificationTest, DownloadRemoved) {
}

IN_PROC_BROWSER_TEST_F(DownloadNotificationTest, DownloadMultipleFiles) {
// TODO(crbug.com/933963): Flaky with network service.
if (base::FeatureList::IsEnabled(network::features::kNetworkService))
return;

GURL url1(SlowDownloadInterceptor::kUnknownSizeUrl);
GURL url2(SlowDownloadInterceptor::kKnownSizeUrl);

Expand Down

0 comments on commit 08d3e78

Please sign in to comment.