From 094f3081966abed0075e9dc83a9561d6c1d6ea8b Mon Sep 17 00:00:00 2001 From: "Laszlo Boszormenyi (GCS)" Date: Sat, 9 May 2026 13:29:42 +0000 Subject: [PATCH] disable IPv4 only tests Forwarded: no Bug-Debian: https://bugs.debian.org/1011011 Last-Update: 2025-10-11 As these tests are IPv4 only, fail to work on IPv6 hosts. Disable to prevent FTBFS. Gbp-Pq: Name disable_IPv4_only_tests.patch --- lib/cpp/test/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index ff00721..00986b6 100644 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am @@ -88,7 +88,6 @@ Benchmark_SOURCES = \ Benchmark_LDADD = libtestgencpp.la check_PROGRAMS = \ - UnitTests \ UnitTestsUuid \ UnitTestsUuidNoDirective \ TFDTransportTest \ @@ -113,9 +112,9 @@ check_PROGRAMS = \ if AMX_HAVE_LIBEVENT noinst_PROGRAMS += \ processor_test -check_PROGRAMS += \ - TNonblockingServerTest \ - TNonblockingSSLServerTest +#check_PROGRAMS += \ +# TNonblockingServerTest \ +# TNonblockingSSLServerTest endif TESTS_ENVIRONMENT= \ -- 2.30.2