Bug 1767684 - [devtools] Skip browser_rules_cycle-angle.js on linux r=devtools-reviewers,nchevobbe

I checked that skipping the test does not move the intermittent to the next test.
I am not sure what makes this test problematic, I suppose this has to do with initializing widgets in the inspector to handler filters.
Let's skip this on linux for now.

Differential Revision: https://phabricator.services.mozilla.com/D150859
This commit is contained in:
Julian Descottes 2022-07-04 06:30:51 +00:00
Родитель eac20ef0e7
Коммит f878dcc8df
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -108,6 +108,7 @@ skip-if = (os == 'win' && bits == 32 && debug) # bug 1609313
[browser_rules_cubicbezier-revert-on-ESC.js]
[browser_rules_custom.js]
[browser_rules_cycle-angle.js]
skip-if = (os == "linux") # Bug 1767684
[browser_rules_cycle-color.js]
[browser_rules_edit-display-grid-property.js]
skip-if = (os == "linux") # Bug 1356214