Bug 1822460 - Do not run the sandbox crash test on release/beta as sandbox violations do not terminate the process on those builds r=gerard-majax

Differential Revision: https://phabricator.services.mozilla.com/D172676
This commit is contained in:
Gabriele Svelto 2023-03-15 13:55:01 +00:00
Родитель cc386ed3b4
Коммит c3e2cc38ef
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -11,5 +11,5 @@ https_first_disabled = true
skip-if = os != 'win'
reason = Windows-specific crash annotation
[browser_sandbox_crash.js]
skip-if = os != 'linux'
reason = Linux-specific crash type
skip-if = (os != 'linux') || release_or_beta
reason = Linux-specific crash type, release/beta builds do not crash on sandbox violations