Disable inscription-markup.ui reftest
authorSimon McVittie <smcv@debian.org>
Fri, 12 Aug 2022 09:44:17 +0000 (10:44 +0100)
committerSimon McVittie <smcv@debian.org>
Sat, 4 Feb 2023 15:14:39 +0000 (15:14 +0000)
It's rendered 1px to the left of where it should be, which is not a
serious problem for practical use of GTK, but is a test failure.

Bug: https://gitlab.gnome.org/GNOME/gtk/-/issues/5099
Forwarded: not-needed, workaround

Gbp-Pq: Topic debian
Gbp-Pq: Name Disable-inscription-markup.ui-reftest.patch

testsuite/reftests/meson.build

index 329348d64f26074af194dd6baeee02d05037eb8d..8edf55d23a44e4de8f29293dc57eeb8c0ac480e3 100644 (file)
@@ -608,6 +608,8 @@ flaky = [
   # to be left enabled. Remove it until somebody figures out
   # what is going on there.
   'treeview-headers-hidden.ui',
+  # https://gitlab.gnome.org/GNOME/gtk/-/issues/5099
+  'inscription-markup.ui',
 ]
 
 reftest_env = environment()