blob: d1a41ecb793c3a2a1b85828fe2c114df99184f8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
From 95b22035f6151ab465c37fe5e3e340713cb74e23 Mon Sep 17 00:00:00 2001
From: Matt Turner <mattst88@gmail.com>
Date: Tue, 24 Mar 2020 18:44:54 -0700
Subject: [PATCH] Mark gdbus-server-auth test flaky
See https://gitlab.gnome.org/GNOME/glib/-/issues/1954
---
gio/tests/meson.build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index 788cf978b..7f45d0191 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -122,12 +122,13 @@ if dbus1_dep.found()
},
'gdbus-server-auth' : {
'dependencies' : [dbus1_dep],
+ 'suite' : ['flaky'],
},
}
else
# We can build a cut-down version of this test without libdbus
gio_tests += {
- 'gdbus-server-auth' : {},
+ 'gdbus-server-auth' : {'suite' : ['flaky']},
}
endif
--
2.24.1
|