blob: 8f6795016d8b3fa7cc52195af898f4187fd38cab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
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',
|