Revert "Meson: appinfo tests are racy if run in parallel"

This partially reverts commit 27b5fb5892.

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 <withnall@endlessm.com>

https://gitlab.gnome.org/GNOME/glib/issues/1601
This commit is contained in:
Philip Withnall 2018-11-29 21:57:54 +00:00
parent 903ce7dc02
commit b4479d97d5

View File

@ -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