From 9f626444ef107e506e67f394ba75e19bbe5cf07d Mon Sep 17 00:00:00 2001 From: Netzenbot Date: Mon, 2 Mar 2026 14:08:05 -0500 Subject: [PATCH] Disable flaky upstream test AutoPictureInPictureTabHelperBrowserTest.PromptResultRecorded_VideoConferencingAllowOnce (#34364) Disable flaky Chromium test AutoPictureInPictureTabHelperBrowserTest.PromptResultRecorded_VideoConferencingAllowOnce This is an upstream Chromium test with a 10.5% flake rate over 30 days per LUCI Analysis. The crash is a null pointer dereference in AutoPipSettingView::OnButtonPressed when the widget is destroyed before the test can interact with the bubble view. Brave does not modify any code in the auto picture-in-picture path. Multiple other tests from the same test suite are already disabled in the filter file for similar reasons. Resolves https://github.com/brave/brave-browser/issues/53277 Co-authored-by: Brian R. Bondy --- test/filters/browser_tests.filter | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test/filters/browser_tests.filter b/test/filters/browser_tests.filter index 4d7368fc18f..908befcdc7c 100644 --- a/test/filters/browser_tests.filter +++ b/test/filters/browser_tests.filter @@ -1622,6 +1622,13 @@ -All/SoftNavigationTest.LayoutShift/* -AutoPictureInPictureTabHelperBrowserTest.CachedBoundsIgnoredWhenPermissionPromtIsVisible -AutoPictureInPictureTabHelperBrowserTest.ImmediatelyClosesAutopipIfTabIsAlreadyFocused + +# Known upstream flake: 10.5% flake rate over 30 days per LUCI Analysis. +# Null pointer dereference in AutoPipSettingView::OnButtonPressed — widget +# destroyed before test can interact with the bubble view. +# Upstream Chromium test, no Brave modifications in this code path. +-AutoPictureInPictureTabHelperBrowserTest.PromptResultRecorded_VideoConferencingAllowOnce + -AutoPictureInPictureTabHelperBrowserTest.PromptResultRecorded_VideoConferencingAllowOnce -AutoPictureInPictureTabHelperBrowserTest.OverlaySettingViewIsShownForDocumentPip -AutoPictureInPictureTabHelperBrowserTest.RespectsAutoPictureInPictureContentSetting