зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1814779 - disable xpcshell-remote|e10s.toml on osx debug due to perma failing most tests. r=aryx,extension-reviewers,robwu
Differential Revision: https://phabricator.services.mozilla.com/D201122
This commit is contained in:
Родитель
5203d8163d
Коммит
168713e4ad
|
@ -4,6 +4,7 @@ firefox-appdir = "browser"
|
|||
skip-if = [
|
||||
"appname == 'thunderbird'",
|
||||
"os == 'android'",
|
||||
"os == 'mac' && debug", # Bug 1814779
|
||||
]
|
||||
dupe-manifest = ""
|
||||
support-files = [
|
||||
|
|
|
@ -4,6 +4,7 @@ firefox-appdir = "browser"
|
|||
skip-if = [
|
||||
"os == 'win' && socketprocess_networking && fission", # Bug 1759035
|
||||
"os == 'mac' && socketprocess_networking && fission", # Bug 1759035
|
||||
"os == 'mac' && debug", # Bug 1814779
|
||||
]
|
||||
# I would put linux here, but debug has too many chunks and only runs this manifest, so I need 1 test to pass
|
||||
dupe-manifest = ""
|
||||
|
|
Загрузка…
Ссылка в новой задаче