testsuite: Avoid negative scales with gl renderer

The fix in 1c90bb522e was only for the ngl renderer,
so don't use the test with the gl renderer, until it is
fixed as well.
This commit is contained in:
Matthias Clasen
2021-07-16 07:11:20 -04:00
parent 834d3749c6
commit 8390363abe
3 changed files with 1 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 265 B

View File

@@ -69,7 +69,7 @@ compare_render_tests = [
'outset_shadow_rounded_top',
'outset_shadow_simple',
'scaled-cairo',
'scale-textures-negative',
'scale-textures-negative-ngl',
'scale-up-down',
'shadow-in-opacity',
'texture-url',