From 7c85f2a402efa1767b47a73826ff2c7c15a99a39 Mon Sep 17 00:00:00 2001 From: Max Karolinskiy Date: Wed, 18 Mar 2026 18:55:20 -0400 Subject: [PATCH] Disables failing upstream components tests. --- test/filters/components_unittests.filter | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/filters/components_unittests.filter b/test/filters/components_unittests.filter index f8fc7512d24..f27ba944e1d 100644 --- a/test/filters/components_unittests.filter +++ b/test/filters/components_unittests.filter @@ -105,6 +105,8 @@ # These tests fail because we disable # switches::kSyncEnableBookmarksInTransportMode -InitialAccountBookmarkDeduplicatorTest.* +-SyncPrefsTest.BookmarksEnabledWithExplicitBrowserPref +-SyncPrefsTest.BookmarksEnabledWithoutExplicitSigninFlag # These tests fail because we patch ImageServiceConsentHelper::GetConsentStatus # to return false always @@ -161,6 +163,9 @@ # string is hard-coded into the test) -BnplUtilTest.GetBnplUiFooterTextForAi_AiTerms* +# These tests fail because we disable kAimEnabled. +-AimEligibilityServiceTest.* + # Tests below this point have not been diagnosed or had issues created yet. -AccountInvestigatorTest.* -AccountReconcilorDiceTest.*