Bug 1775931 - Disable browser_bfcache_copycommand on windows for frequent failures. r=#intermittent-reviewers,ahal
Differential Revision: https://phabricator.services.mozilla.com/D232960
This commit is contained in:
@@ -91,7 +91,10 @@ skip-if = ["os == 'linux' && bits == 64 && !debug"] # Bug 1607713
|
||||
["browser_badCertDomainFixup.js"]
|
||||
|
||||
["browser_bfcache_copycommand.js"]
|
||||
skip-if = ["os == 'linux' && bits == 64"] # Bug 1730593
|
||||
skip-if = [
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1730593
|
||||
"win11_2009", # Bug 1775931
|
||||
]
|
||||
|
||||
["browser_bfcache_after_auxiliary.js"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user