From 983a40bf34063c90a2d916de82a5580d2c8f9ed5 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 13 Feb 2019 12:04:26 +0000 Subject: [PATCH] tests: Mark gdbus-peer test as flaky It is occasionally deadlocking. See #1686. Signed-off-by: Philip Withnall --- 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 a1b41872d..8b5e103fd 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -124,7 +124,8 @@ if host_machine.system() != 'windows' 'file' : {}, 'gdbus-peer' : { 'dependencies' : [libgdbus_example_objectmanager_dep], - 'install_rpath' : installed_tests_execdir + 'install_rpath' : installed_tests_execdir, + 'suite': ['flaky'], }, 'gdbus-peer-object-manager' : {}, 'live-g-file' : {},