From b4479d97d5e97eebd4fab39358782a4b78f54814 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 29 Nov 2018 21:57:54 +0000 Subject: [PATCH] Revert "Meson: appinfo tests are racy if run in parallel" This partially reverts commit 27b5fb589298d17d22ea32634a6d52b73160d0d0. The infrastructure for disabling a test is kept, but the appinfo and desktop-app-info tests no longer need to be run serially. Signed-off-by: Philip Withnall https://gitlab.gnome.org/GNOME/glib/issues/1601 --- gio/tests/meson.build | 2 -- 1 file changed, 2 deletions(-) diff --git a/gio/tests/meson.build b/gio/tests/meson.build index 091733cd1..63e21bdbc 100644 --- a/gio/tests/meson.build +++ b/gio/tests/meson.build @@ -156,11 +156,9 @@ if host_machine.system() != 'windows' gio_tests += { 'appinfo' : { 'install' : false, - 'is_parallel' : false, }, 'desktop-app-info' : { 'install' : false, - 'is_parallel' : false, }, } endif