summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2018-12-26 07:45:31 +0100
committerMatthias Clasen <mclasen@redhat.com>2019-01-23 19:30:46 -0500
commit09361e76659bd1951a222cd64537abacc6a6f44a (patch)
tree1437af591b86efd14273954cfc8b7303592cc153 /tests/meson.build
parent4349e33d4e9c280ed7f99d40b29cad55c6c8ae35 (diff)
downloadgtk+-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.build1
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'],