From: Simon McVittie Date: Fri, 3 Sep 2021 14:08:08 +0000 (+0100) Subject: Disable clipboard test X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~2^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=33a52120600d108ed2dcbd3c6823aa12119ec25d;p=gtk4.git 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 --- diff --git a/testsuite/gdk/meson.build b/testsuite/gdk/meson.build index 3236ce7d5d..45c47449f9 100644 --- a/testsuite/gdk/meson.build +++ b/testsuite/gdk/meson.build @@ -12,7 +12,9 @@ clipboard_client = executable('clipboard-client', tests = [ { 'name': 'array' }, { 'name': 'cairo' }, - { 'name': 'clipboard', 'parallel': false, }, + { 'name': 'clipboard', + 'parallel': false, + 'suites': ['flaky'], }, { 'name': 'contentformats' }, { 'name': 'contentserializer' }, { 'name': 'cursor' },