Bug 1418406 - Disable css-invalid/select/select-disabled-fieldset-2.html on android for perma failures. r=me, a=testonly

It appears that both select-disabled-fieldset-1 and select-disabled-fieldset-2 rely
on some other test being run first: Neither test passes if run alone, and both
tests fail with the current Android chunk divisions.
This commit is contained in:
Geoff Brown 2017-11-22 11:58:40 -07:00
Родитель e07d13a4a6
Коммит 1d3d624b71
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -8,5 +8,5 @@ needs-focus == select-required-valid.html select-required-ref.html
needs-focus == select-required-multiple-still-valid.html select-required-multiple-ref.html
fuzzy-if(skiaContent,1,250) needs-focus == select-required-multiple-valid.html select-required-multiple-ref.html
fuzzy-if(skiaContent&&!Android,1,3) skip-if(Android) needs-focus == select-disabled-fieldset-1.html select-fieldset-ref.html
fuzzy-if(skiaContent&&!Android,2,3) needs-focus == select-disabled-fieldset-2.html select-fieldset-ref.html
fuzzy-if(skiaContent&&!Android,2,3) skip-if(Android) needs-focus == select-disabled-fieldset-2.html select-fieldset-ref.html
fuzzy-if(skiaContent,2,5) needs-focus == select-fieldset-legend.html select-fieldset-legend-ref.html