The following commits only work as a series. Signed-off-by: Yureka Lilian <yureka@cyberchaos.dev> --- release/checks/integration/meson.build | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/release/checks/integration/meson.build b/release/checks/integration/meson.build index 7bf8f51..8938728 100644 --- a/release/checks/integration/meson.build +++ b/release/checks/integration/meson.build @@ -11,7 +11,12 @@ run_qemu = find_program('../../../scripts/run-qemu.sh') lib = static_library('spectrum-integration-test', 'lib.c') -foreach test : ['appimage', 'late-serial', 'networking', 'portal'] +foreach test : [ + 'appimage', + 'late-serial', + # 'networking', + 'portal', +] test(test, executable(test, test + '.c', link_with : lib), timeout : 400, args : [run_qemu]) -- 2.51.2