From 07414e17effdc67bd439bce4e5cac5b5d0e22187 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 21 Feb 2019 18:13:47 +0000 Subject: [PATCH] tests: Unmark socket-service test as flaky MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This essentially reverts commit cffed587371027a1ecc7eba5ad66cb814941785e. The preceding two commits have fixed the test so it’s no longer flaky. The following command gives 5000 passes in a row for me: meson test -C /opt/gnome/build/glib/ socket-service --repeat 5000 Signed-off-by: Philip Withnall Fixes: #1679 --- gio/tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/tests/meson.build b/gio/tests/meson.build index b5b41bb7c..72e3c0a0d 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -67,7 +67,7 @@ gio_tests = { 'sleepy-stream' : {}, 'socket' : {}, 'socket-listener' : {}, - 'socket-service' : { 'suite': ['flaky'] }, + 'socket-service' : {}, 'srvtarget' : {}, 'task' : {}, 'vfs' : {},