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:
Joel Maher 2024-02-13 19:42:06 +00:00
Родитель 5203d8163d
Коммит 168713e4ad
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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