Merge branch '1653-gsocketclient-slow-flaky' into 'master'

tests: Tag gsocketclient-slow test as ‘flaky’

See merge request GNOME/glib!597
This commit is contained in:
Philip Withnall 2019-01-18 15:57:38 +00:00
commit 8ce0c49f9c

View File

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