tests: Mark gdbus-peer test as flaky

It is occasionally deadlocking. See #1686.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-02-13 12:04:26 +00:00
parent c5c9b29b9d
commit 983a40bf34

View File

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