mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 06:43:32 +00:00
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:
parent
a3b1097dfc
commit
4a22ee0d61
@ -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
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user