diff options
author | Timm Bäder <mail@baedert.org> | 2018-12-26 07:45:31 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-01-23 19:30:46 -0500 |
commit | 09361e76659bd1951a222cd64537abacc6a6f44a (patch) | |
tree | 1437af591b86efd14273954cfc8b7303592cc153 /tests/meson.build | |
parent | 4349e33d4e9c280ed7f99d40b29cad55c6c8ae35 (diff) | |
download | gtk+-09361e76659bd1951a222cd64537abacc6a6f44a.tar.gz |
tests: Remove flicker test
gtk+ hasn't been flickering in ages so this test isn't very useful.
Diffstat (limited to 'tests/meson.build')
-rw-r--r-- | tests/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build index a6d6350662..1b32ce7c81 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -10,7 +10,6 @@ gtk_tests = [ ['scrolling-performance', ['frame-stats.c', 'variable.c']], ['blur-performance', ['../gsk/gskcairoblur.c']], ['simple'], - ['flicker'], ['print-editor'], ['video-timer', ['variable.c']], ['testaccel'], |