disable IPv4 only tests
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sun, 28 Aug 2022 10:41:21 +0000 (11:41 +0100)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Sun, 28 Aug 2022 10:41:21 +0000 (11:41 +0100)
Forwarded: no
Bug-Debian: https://bugs.debian.org/1011011
Last-Update: 2022-05-15

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 d0db669d10d62288e0c2cf00ae8a557d5ed19c84..7f14bebed6cf1d8f997a3159a8f556d56cd67464 100755 (executable)
@@ -82,7 +82,6 @@ Benchmark_SOURCES = \
 Benchmark_LDADD = libtestgencpp.la
 
 check_PROGRAMS = \
-       UnitTests \
        TFDTransportTest \
        TPipedTransportTest \
        DebugProtoTest \
@@ -105,9 +104,9 @@ check_PROGRAMS = \
 if AMX_HAVE_LIBEVENT
 noinst_PROGRAMS += \
        processor_test
-check_PROGRAMS += \
-       TNonblockingServerTest \
-       TNonblockingSSLServerTest
+#check_PROGRAMS += \
+#      TNonblockingServerTest \
+#      TNonblockingSSLServerTest
 endif
 
 TESTS_ENVIRONMENT= \