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 <netzen@gmail.com>