Commit 385eab33 authored by Sahel Sharify's avatar Sahel Sharify Committed by Commit Bot

[Sheriff] Disable MachineLearningServiceBrowserTest.LaunchAndTerminate

The test is flaky on multiple platforms.

TBR=jiakl@google.com,mcrouse@chromium.org

Bug: 1122160
Change-Id: I0d6a7354fc5969a9e01efefb17c7c6fd1c67b018
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2378396Reviewed-by: default avatarMichael Crouse <mcrouse@chromium.org>
Commit-Queue: Sahel Sharify <sahel@chromium.org>
Cr-Commit-Position: refs/heads/master@{#801968}
parent 4b7eb28d
......@@ -93,7 +93,8 @@ void RetryForHistogramUntilCountReached(base::HistogramTester* histogram_tester,
using MachineLearningServiceBrowserTest = InProcessBrowserTest;
IN_PROC_BROWSER_TEST_F(MachineLearningServiceBrowserTest, LaunchAndTerminate) {
// The test is flaky: crbug.com/1122160
IN_PROC_BROWSER_TEST_F(MachineLearningServiceBrowserTest, DISABLED_LaunchAndTerminate) {
base::HistogramTester histogram_tester;
ServiceProcessObserver observer;
auto* service_connection = ServiceConnection::GetInstance();
......
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