ci: Add another xfail

This is reported in
https://gitlab.gnome.org/GNOME/gtk/-/issues/6450
This commit is contained in:
Matthias Clasen 2024-02-16 11:13:57 -05:00
parent 2baa899e32
commit 5552b5c0ec

View File

@ -206,9 +206,10 @@ variants = {
}
compare_xfails = {
'ngl': {
'ngl': {
'repeat-scaling': ['clipped'], # 6429
'radial-gradient-with-64-colorstops': ['clipped'],
'blur-child-bounds-oversize-nogl': ['clipped'], # 6450
},
'vulkan': {
'big-checkerboard': ['clipped'], # 6444