tests: Tag gsocketclient-slow test as ‘flaky’

It needs investigating and fixing properly, but let’s not let it disrupt
the CI in the meantime.

Follow-up in https://gitlab.gnome.org/GNOME/glib/issues/1653.

Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
Philip Withnall 2019-01-18 15:27:45 +00:00
parent 1a73410a96
commit 5612c90fdf

View File

@ -144,7 +144,8 @@ if host_machine.system() != 'windows'
],
'env' : {
'LD_PRELOAD': '@0@/slow-connect-preload.so'.format(meson.current_build_dir())
}
},
'suite': ['flaky'],
},
'gschema-compile' : {'install' : false},
'trash' : {},