Commit 788bc9da authored by Greg Thompson's avatar Greg Thompson Committed by Commit Bot

Disable SCTReportingServiceBrowserTest.ReportsSentAfterNetworkServiceRestart.

High flake rate.

BUG=1131803
TBR=jochen@chromium.org

Change-Id: I6c209897183ccd0bdc5582ee0a1673bc2751713f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2445170Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Commit-Queue: Greg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#813109}
parent a58e00da
...@@ -230,8 +230,9 @@ IN_PROC_BROWSER_TEST_F(SCTReportingServiceBrowserTest, ...@@ -230,8 +230,9 @@ IN_PROC_BROWSER_TEST_F(SCTReportingServiceBrowserTest,
// Tests that reports are still sent for opted-in profiles after the network // Tests that reports are still sent for opted-in profiles after the network
// service crashes and is restarted. // service crashes and is restarted.
// Disabled due to high flake rate; see https://crbug.com/1131803.
IN_PROC_BROWSER_TEST_F(SCTReportingServiceBrowserTest, IN_PROC_BROWSER_TEST_F(SCTReportingServiceBrowserTest,
ReportsSentAfterNetworkServiceRestart) { DISABLED_ReportsSentAfterNetworkServiceRestart) {
// This test is only applicable to out-of-process network service because it // This test is only applicable to out-of-process network service because it
// tests what happens when the network service crashes and restarts. // tests what happens when the network service crashes and restarts.
if (content::IsInProcessNetworkService()) { if (content::IsInProcessNetworkService()) {
......
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