From e32e93e830c19a20790b8898dfe1d44f892ddcae Mon Sep 17 00:00:00 2001 From: Netzenbot Date: Sat, 28 Feb 2026 15:56:08 -0500 Subject: [PATCH] Disable flaky AutoPictureInPictureTabHelperBrowserTest.PromptResultRecorded_VideoConferencingAllowOnce (#34338) This Chromium test has a 10.9% upstream flake rate (111,249 verdicts in LUCI Analysis). The crash is in upstream code (AutoPipSettingView:: OnButtonPressed) due to a race condition between PostTask-deferred ShowBubble() and the test accessing the view before the posted task runs. No Brave modifications exist for this code path. Resolves https://github.com/brave/brave-browser/issues/53186 Co-authored-by: Brian R. Bondy --- 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 33830695cbf..4d7368fc18f 100644 --- a/test/filters/browser_tests.filter +++ b/test/filters/browser_tests.filter @@ -1622,6 +1622,7 @@ -All/SoftNavigationTest.LayoutShift/* -AutoPictureInPictureTabHelperBrowserTest.CachedBoundsIgnoredWhenPermissionPromtIsVisible -AutoPictureInPictureTabHelperBrowserTest.ImmediatelyClosesAutopipIfTabIsAlreadyFocused +-AutoPictureInPictureTabHelperBrowserTest.PromptResultRecorded_VideoConferencingAllowOnce -AutoPictureInPictureTabHelperBrowserTest.OverlaySettingViewIsShownForDocumentPip -AutoPictureInPictureTabHelperBrowserTest.RespectsAutoPictureInPictureContentSetting -AutoPictureInPictureTabHelperBrowserTest.ShowsMostRecentlyHiddenTab