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:
Alexandru Marc
2024-12-30 06:42:24 +00:00
parent b87efaad5e
commit c183345627

View File

@@ -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"]