From 947be45ffb8471942ba9f3932700cc6ecb98c728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 14 Dec 2018 20:22:29 +0000 Subject: meson: tests: make fullmode-with-stun non-parallel and disable fuzzing test test-fullmode-with-stun needs to run in non-parallel mode to work. test-pseudotcp-fuzzy sometimes just times out, which needs investigating. meson test -C builddir --repeat=20 --- tests/meson.build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/meson.build b/tests/meson.build index f09e1d1..eae93c8 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -1,6 +1,6 @@ nice_tests = [ 'test-pseudotcp', - 'test-pseudotcp-fuzzy', + # 'test-pseudotcp-fuzzy', FIXME: this test is not reliable, times out sometimes 'test-bsd', 'test', 'test-address', @@ -82,7 +82,8 @@ if find_program('sh', required : false).found() test('test-fullmode-with-stun', files('check-test-fullmode-with-stun.sh'), args: [stund_exe, test_fullmode], - env: tenv) + env: tenv, + is_parallel: false) endif debugenv = environment() -- cgit v1.2.1