Skip to content

Commit 6925ce3

Browse files
Bug 1934364 - Disable browser_new_tab_in_privilegedabout_process_pref.js on win/linux/win for frequent failures. r=intermittent-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D293343
1 parent af9bcc8 commit 6925ce3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

browser/components/tabbrowser/test/browser/tabs/browser.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,14 @@ tags = "vertical-tabs"
365365

366366
["browser_new_tab_in_privilegedabout_process_pref.js"]
367367
https_first_disabled = true
368+
skip-if = [
369+
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1934364
370+
"os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # Bug 1934364
371+
"os == 'win' && os_version == '11.26100' && arch == 'x86'", # Bug 1934364
372+
"os == 'win' && os_version == '11.26200' && arch == 'x86'", # Bug 1934364
373+
"os == 'win' && os_version == '11.26100' && arch == 'x86_64'", # Bug 1934364
374+
"os == 'win' && os_version == '11.26200' && arch == 'x86_64'", # Bug 1934364
375+
]
368376

369377
["browser_new_tab_insert_position.js"]
370378
https_first_disabled = true

0 commit comments

Comments
 (0)