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(
#endif
}
// TODO(crbug/1158343): Re-enable when not flaky.
IN_PROC_BROWSER_TEST_F(
OptimizationGuideKeyedServiceDataSaverUserWithInfobarShownTest,
IncognitoCanStillReadFromComponentHints) {
DISABLED_IncognitoCanStillReadFromComponentHints) {
// Instantiate off the record Optimization Guide Service.
OptimizationGuideKeyedServiceFactory::GetForProfile(
browser()->profile()->GetPrimaryOTRProfile())
......
......@@ -701,9 +701,9 @@ IN_PROC_BROWSER_TEST_F(PredictionManagerBrowserTest,
1);
}
IN_PROC_BROWSER_TEST_F(
PredictionManagerBrowserTest,
DISABLE_ON_WIN_MAC_CHROMEOS(IncognitoDoesntFetchModels)) {
// TODO(crbug/1158257): Re-enable when not flaky.
IN_PROC_BROWSER_TEST_F(PredictionManagerBrowserTest,
DISABLED_IncognitoDoesntFetchModels) {
SetResponseType(PredictionModelsFetcherRemoteResponseType::
kSuccessfulWithModelsAndFeatures);
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