From: Emmanuele Bassi Date: Tue, 20 Dec 2022 02:18:25 +0000 (+0000) Subject: tests: Add shorthand-entry-border to the flaky suite X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~21^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0db3666d3c5bb3d898b4f59a1a2529df94a8c9a1;p=gtk4.git tests: Add shorthand-entry-border to the flaky suite This test fairly consistently times out when running in a contended CI. --- diff --git a/testsuite/reftests/meson.build b/testsuite/reftests/meson.build index 329348d64f..184a0971b0 100644 --- a/testsuite/reftests/meson.build +++ b/testsuite/reftests/meson.build @@ -608,6 +608,8 @@ flaky = [ # to be left enabled. Remove it until somebody figures out # what is going on there. 'treeview-headers-hidden.ui', + # this consistently times out in the ci + 'shorthand-entry-border.ui', ] reftest_env = environment()