Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 25ef98b

Browse files
committed
Bug 1775552 - Disable browser_resume_bkg_video_on_tab_hover.js on linux/mac/win for frequent failures r=#intermittent-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D243414
1 parent 16171e8 commit 25ef98b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

toolkit/content/tests/browser/browser.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,12 @@ support-files = [
169169
["browser_remoteness_change_listeners.js"]
170170

171171
["browser_resume_bkg_video_on_tab_hover.js"]
172+
skip-if = [
173+
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1775552
174+
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1775552
175+
"os == 'mac' && os_version == '10.15' && processor == 'x86_64' && debug", # Bug 1775552
176+
"os == 'win' && os_version == '11.26100' && debug", # Bug 1775552
177+
]
172178

173179
["browser_richlistbox_keyboard.js"]
174180

0 commit comments

Comments
 (0)