From 5612c90fdf54517e2703c45ca1b2af8a8f33dc9c Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 18 Jan 2019 15:27:45 +0000 Subject: [PATCH] =?UTF-8?q?tests:=20Tag=20gsocketclient-slow=20test=20as?= =?UTF-8?q?=20=E2=80=98flaky=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- 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 e969d9246..8bf555cf2 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -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' : {},