mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
14 lines
453 B
Diff
14 lines
453 B
Diff
Skip test that uses IBus, since it tries to access /var/lib/dbus/machine-id which doesn't exist on the system.
|
|
|
|
diff --git a/tests/meson.build b/tests/meson.build
|
|
index b814d59..bf30b96 100644
|
|
--- a/tests/meson.build
|
|
+++ b/tests/meson.build
|
|
@@ -33,7 +33,6 @@ test_names = [
|
|
'test-preferences-group',
|
|
'test-preferences-page',
|
|
'test-preferences-row',
|
|
- 'test-preferences-window',
|
|
'test-search-bar',
|
|
'test-squeezer',
|
|
'test-string-utf8',
|