From ea8da099cad3e5daa97f9f15724c7973941664a9 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Fri, 3 Sep 2021 15:08:08 +0100 Subject: [PATCH] Disable clipboard test This regularly times out on buildds, but I can't reproduce the hang locally. Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/4229 Forwarded: no Gbp-Pq: Topic debian Gbp-Pq: Name Disable-clipboard-test.patch --- testsuite/gdk/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/testsuite/gdk/meson.build b/testsuite/gdk/meson.build index e3b2e8869a..e54001a0f5 100644 --- a/testsuite/gdk/meson.build +++ b/testsuite/gdk/meson.build @@ -12,7 +12,6 @@ clipboard_client = executable('clipboard-client', tests = [ { 'name': 'array' }, { 'name': 'cairo' }, - { 'name': 'clipboard', 'parallel': false, }, { 'name': 'contentformats' }, { 'name': 'contentserializer' }, { 'name': 'cursor' }, -- 2.30.2