From f0fcb68da5d61b0b8d06916eb0edf76acea56b25 Mon Sep 17 00:00:00 2001 From: Patrick Griffis Date: Fri, 22 Feb 2019 12:25:13 -0500 Subject: [PATCH] tests: Unmark gsocketclient-slow as flaky Closes #1653 --- gio/tests/meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/gio/tests/meson.build b/gio/tests/meson.build index b5b41bb7c..59d11ee96 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -150,7 +150,6 @@ if host_machine.system() != 'windows' 'installed_tests_env' : { 'LD_PRELOAD': '@0@/slow-connect-preload.so'.format(installed_tests_execdir), }, - 'suite': ['flaky'], }, 'gschema-compile' : {'install' : false}, 'trash' : {},