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

Commit afc3fb7

Browse files
committed
Bug 1919183 - Disable browser_glean_sidebar.js on win/mac/linux x64 for frequent failures r=intermittent-reviewers,jmaher DONTBUILD
Differential Revision: https://phabricator.services.mozilla.com/D237862
1 parent 5182edb commit afc3fb7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

browser/components/sidebar/tests/browser/browser.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ skip-if = [
1919
["browser_extensions_sidebar.js"]
2020

2121
["browser_glean_sidebar.js"]
22+
skip-if = [
23+
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1919183
24+
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # Bug 1919183
25+
"os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1919183
26+
]
2227

2328
["browser_hide_sidebar_on_popup.js"]
2429

0 commit comments

Comments
 (0)