Disable clipboard test
authorSimon McVittie <smcv@debian.org>
Fri, 3 Sep 2021 14:08:08 +0000 (15:08 +0100)
committerPeter Michael Green <plugwash@debian.org>
Thu, 19 Jan 2023 23:30:32 +0000 (23:30 +0000)
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

index 3236ce7d5dbaa9d22eaec9d48be2789a192891ad..45c47449f99d838b26b7d3443cdd05c9c2c1735f 100644 (file)
@@ -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' },