Bug 1775779 - Adjust skip-if on win & linux platforms. r=intermittent-reviewers,jmaher DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D227774
This commit is contained in:
Sandor Molnar 2024-11-05 18:11:02 +00:00
parent a3b1097dfc
commit 4a22ee0d61

View File

@ -25,7 +25,9 @@ support-files = [
["browser_download_spam_protection.js"]
skip-if = [
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && swgl", # Bug 1743263
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt", # Bug 1775779
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && socketprocess_networking", # Bug 1743263
"os == 'win' && os_version == '11.2009' && opt", # Bug 1775779
"os == 'win' && os_version == '11.2009' && processor == 'x86_64' && asan", # Bug 1775779
"os == 'win' && os_version == '11.2009' && processor == 'x86_64' && debug && socketprocess_networking", # Bug 1775779
]