From d0b5bc397ca44f71a6f91dde1858bff889fd7f55 Mon Sep 17 00:00:00 2001 From: Netzenbot Date: Tue, 31 Mar 2026 13:53:02 -0400 Subject: [PATCH] Disable flaky Chromium NotificationContentDetection test (#35099) Disable Chromium test NotificationContentDetectionAllowlistedChecksEnabledBrowserTest.NotificationDisplayedWhenModelNotAvailable This is an upstream Chromium test (stable upstream at 0.2% flake rate). Brave's stubbed PredictionManager and disabled optimization guide features cause incompatibility with this test. All other tests in the NotificationContentDetection family are already disabled for the same reason. Not disabled by Chromium upstream. Resolves https://github.com/brave/brave-browser/issues/54042 --- test/filters/browser_tests.filter | 1 + 1 file changed, 1 insertion(+) diff --git a/test/filters/browser_tests.filter b/test/filters/browser_tests.filter index 72fd8b4756c..3912768f013 100644 --- a/test/filters/browser_tests.filter +++ b/test/filters/browser_tests.filter @@ -142,6 +142,7 @@ -NewTabPageUtilEnableFlagBrowserTest.* -NewTabPageUtilDisableFlagBrowserTest.* -NotificationContentDetectionAllowlistedChecksEnabledBrowserTest.AllowlistedSiteExecutesModel/* +-NotificationContentDetectionAllowlistedChecksEnabledBrowserTest.NotificationDisplayedWhenModelNotAvailable/* -NotificationContentDetectionBrowserTest.AllowlistedSiteDoesNotExecuteModel* -NotificationContentDetectionBrowserTest.EnterpriseAllowlistedSiteDoesNotExecuteModel -NotificationContentDetectionBrowserTest.NonAllowlistedSiteSuccessfullyExecutesModel