[glib: 1/2] tests: Mark gdbus-peer test as flaky



commit 983a40bf34063c90a2d916de82a5580d2c8f9ed5
Author: Philip Withnall <withnall endlessm com>
Date:   Wed Feb 13 12:04:26 2019 +0000

    tests: Mark gdbus-peer test as flaky
    
    It is occasionally deadlocking. See #1686.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 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' : {},


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]