Bug 1776936 - disable test_animSVGImage.html on linux/opt headless for ~perma failure. r=aryx

Differential Revision: https://phabricator.services.mozilla.com/D227084
This commit is contained in:
Joel Maher
2024-10-28 19:32:44 +00:00
parent 87611768ef
commit 0578330d00

View File

@@ -108,6 +108,7 @@ skip-if = [
"os == 'android'",
"os == 'win'",
"os == 'mac' && os_version == '10.15'", # Bug 1370784, macosx due to bug 1549058
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && headless", # Bug 1776936
]
["test_animSVGImage2.html"]