Disable flaky Chromium test SaveToDriveEventDispatcherBrowserTest.Notify/0 (#35842)
This is an upstream Chromium test with a 3.7% flake rate (114k+ verdicts over 30 days per Chromium LUCI Analysis). The /0 parameter variant (OOPIF disabled) times out during QuitBrowsers in PostRunTestOnMainThread teardown. The /1 variant (OOPIF enabled) is stable at 0.3%. No Brave modifications exist in chrome/browser/save_to_drive/ — no chromium_src overrides for this code area. Resolves https://github.com/brave/brave-browser/issues/54240
This commit is contained in:
@@ -2576,6 +2576,12 @@
|
||||
# https://github.com/brave/brave-browser/issues/54219
|
||||
-All/SaveToDriveEventDispatcherBrowserTest.GetFileMetadataStringForUploadInProgress/0
|
||||
|
||||
# Chromium test: known upstream flake (3.7% flake rate over 30 days,
|
||||
# 114k+ verdicts). No Brave modifications in chrome/browser/save_to_drive/.
|
||||
# Test times out during QuitBrowsers in PostRunTestOnMainThread teardown.
|
||||
# https://github.com/brave/brave-browser/issues/54240
|
||||
-All/SaveToDriveEventDispatcherBrowserTest.Notify/0
|
||||
|
||||
# Known upstream flake (8.2% flake rate over 30 days). Race condition between
|
||||
# autofill form classification and APC extraction: GetAutofillFieldData()
|
||||
# returns nullopt when autofill hasn't cached the cross-site iframe's form yet,
|
||||
|
||||
Reference in New Issue
Block a user