Commit ad5ceed9 authored by Sophie Chang's avatar Sophie Chang Committed by Chromium LUCI CQ

Disable 2 opt guide incognito browser tests that are flaky

Bug: 1158237,1158257,1158343
Change-Id: I53e17d37f761d64f74e0bb05dc0dba916311876d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2588299
Commit-Queue: Sophie Chang <sophiechang@chromium.org>
Commit-Queue: Michael Crouse <mcrouse@chromium.org>
Auto-Submit: Sophie Chang <sophiechang@chromium.org>
Reviewed-by: default avatarMichael Crouse <mcrouse@chromium.org>
Cr-Commit-Position: refs/heads/master@{#836671}
parent d9363a8c
...@@ -618,9 +618,10 @@ IN_PROC_BROWSER_TEST_F( ...@@ -618,9 +618,10 @@ IN_PROC_BROWSER_TEST_F(
#endif #endif
} }
// TODO(crbug/1158343): Re-enable when not flaky.
IN_PROC_BROWSER_TEST_F( IN_PROC_BROWSER_TEST_F(
OptimizationGuideKeyedServiceDataSaverUserWithInfobarShownTest, OptimizationGuideKeyedServiceDataSaverUserWithInfobarShownTest,
IncognitoCanStillReadFromComponentHints) { DISABLED_IncognitoCanStillReadFromComponentHints) {
// Instantiate off the record Optimization Guide Service. // Instantiate off the record Optimization Guide Service.
OptimizationGuideKeyedServiceFactory::GetForProfile( OptimizationGuideKeyedServiceFactory::GetForProfile(
browser()->profile()->GetPrimaryOTRProfile()) browser()->profile()->GetPrimaryOTRProfile())
......
...@@ -701,9 +701,9 @@ IN_PROC_BROWSER_TEST_F(PredictionManagerBrowserTest, ...@@ -701,9 +701,9 @@ IN_PROC_BROWSER_TEST_F(PredictionManagerBrowserTest,
1); 1);
} }
IN_PROC_BROWSER_TEST_F( // TODO(crbug/1158257): Re-enable when not flaky.
PredictionManagerBrowserTest, IN_PROC_BROWSER_TEST_F(PredictionManagerBrowserTest,
DISABLE_ON_WIN_MAC_CHROMEOS(IncognitoDoesntFetchModels)) { DISABLED_IncognitoDoesntFetchModels) {
SetResponseType(PredictionModelsFetcherRemoteResponseType:: SetResponseType(PredictionModelsFetcherRemoteResponseType::
kSuccessfulWithModelsAndFeatures); kSuccessfulWithModelsAndFeatures);
base::HistogramTester histogram_tester; base::HistogramTester histogram_tester;
......
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