ci: Skip torture_rand in mingw as it keeps hanging

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit f8a6b1e2b3)
This commit is contained in:
Jakub Jelen
2024-12-20 10:12:10 +01:00
parent 054682e72d
commit e111a63acb

View File

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