disable IPv4 only tests
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sat, 9 May 2026 13:29:42 +0000 (13:29 +0000)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sat, 9 May 2026 13:29:42 +0000 (13:29 +0000)
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

index ff007217a9e83678ce9f047a25dfca674ce3fd35..00986b65610a4e2dde91765ff93f8e49f0ee2fa8 100644 (file)
@@ -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= \