From: Laszlo Boszormenyi (GCS) Date: Sun, 17 Sep 2023 13:13:50 +0000 (+0100) Subject: disable IPv4 only tests X-Git-Tag: archive/raspbian/0.19.0-2.1+rpi1^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3d821ea328f8a078bb0eb8e32549ec4cb14e9e60;p=thrift.git disable IPv4 only tests 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 --- diff --git a/lib/cpp/test/Makefile.am b/lib/cpp/test/Makefile.am index 55342b9..f992f26 100644 --- a/lib/cpp/test/Makefile.am +++ b/lib/cpp/test/Makefile.am @@ -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= \