gsk: Temporarily disable a test

This test fails on my system currently, since rawhide libpng appears
to have changed the encoding of pngs so that the texture nodes no
longer match the reference. This will be a problem as long as our
ci systems have an older libpng, so disable this test for now.
This commit is contained in:
Matthias Clasen 2023-12-28 11:21:30 -05:00
parent 02d5f6a629
commit 2da5ca4b42

View File

@ -380,7 +380,8 @@ node_parser_tests = [
'transform-fail.node',
'transform-fail.ref.node',
'transform-fail.errors',
'widgetfactory.node',
# this fails in f40 since libpng changes the pngs while reencoding
#'widgetfactory.node',
]
foreach test : node_parser_tests