1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00
aports/community/lua-lgi/tests.patch

16 lines
342 B
Diff

disable failing tests
pango.lua tracked upstream in https://github.com/lgi-devs/lgi/issues/336
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -116,9 +116,7 @@ for _, sourcefile in ipairs {
'dbus.lua',
'gtk.lua',
'cairo.lua',
- 'pango.lua',
'gio.lua',
- 'progress.lua',
} do
dofile(testpath .. '/' .. sourcefile)
end