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 <netzen@gmail.com>
This commit is contained in:
co-authored by
Brian R. Bondy
parent
352dd8ee1e
commit
9f626444ef
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user