summaryrefslogtreecommitdiff
path: root/testsuite/gsk/meson.build
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-07-16 07:11:20 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-07-16 07:11:20 -0400
commit8390363abefc3d0c27f39370fbd02b44083a2a10 (patch)
treea3f048ad8957f6bde8db4de26a31f34351038b1a /testsuite/gsk/meson.build
parent834d3749c618c21fe53d07715fe2bf7db2b94270 (diff)
downloadgtk+-8390363abefc3d0c27f39370fbd02b44083a2a10.tar.gz
testsuite: Avoid negative scales with gl renderer
The fix in 1c90bb522e7e722b was only for the ngl renderer, so don't use the test with the gl renderer, until it is fixed as well.
Diffstat (limited to 'testsuite/gsk/meson.build')
-rw-r--r--testsuite/gsk/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gsk/meson.build b/testsuite/gsk/meson.build
index 1a20fe8223..e6901e5ef9 100644
--- a/testsuite/gsk/meson.build
+++ b/testsuite/gsk/meson.build
@@ -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',