summaryrefslogtreecommitdiff
path: root/repo/pango/disable-broken-test.patch
blob: 09282f9036d4202a98509a022dcc77e670ba9ce5 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -U3 -r a/tests/meson.build b/tests/meson.build
--- a/tests/meson.build	2022-04-25 20:59:39.989114880 +0200
+++ b/tests/meson.build	2022-04-25 21:00:00.013429487 +0200
@@ -61,7 +61,5 @@
 
     if host_system != 'darwin'
       tests += [
-        [ 'test-layout', [ 'test-layout.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
-        [ 'test-fonts', [ 'test-fonts.c', 'test-common.c' ], [ libpangocairo_dep, libpangoft2_dep ] ],
       ]
     endif