From e111a63acb1305e055d897f5cbacf0b2376e4643 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 20 Dec 2024 10:12:10 +0100 Subject: [PATCH] ci: Skip torture_rand in mingw as it keeps hanging Signed-off-by: Jakub Jelen Reviewed-by: Andreas Schneider (cherry picked from commit f8a6b1e2b365fa6ac423109e1e3b717d8a99c954) --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 27a79532..72e00c13 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -351,7 +351,7 @@ fedora/mingw64: -DWITH_PCAP=ON -DUNIT_TESTING=ON .. && make -j$(nproc) && - ctest --output-on-failure + ctest --output-on-failure -E torture_rand # Unit testing only, no client and pkd testing, because cwrap is not available # for MinGW @@ -368,7 +368,7 @@ fedora/mingw32: -DWITH_PCAP=ON -DUNIT_TESTING=ON .. && make -j$(nproc) && - ctest --output-on-failure + ctest --output-on-failure -E torture_rand ###############################################################################