Disable some tests
authorHilko Bengen <bengen@debian.org>
Sun, 10 Jan 2021 17:21:00 +0000 (18:21 +0100)
committerHilko Bengen <bengen@debian.org>
Wed, 27 Sep 2023 08:23:14 +0000 (09:23 +0100)
These have failed on buildds but failures could not be reproduced in
regular schroot/sbuild environments.

Gbp-Pq: Name 0007-Disable-some-tests.patch

tests/Makefile.am

index 2a6ccbf13c924e8a6ef9cc1734dfeaf2c4ebe313..bbdef5ef030df0b571e3f309f9cf0b6fbbfa8733 100644 (file)
@@ -329,37 +329,6 @@ test_socket_activation_CPPFLAGS = \
 test_socket_activation_CFLAGS = $(WARNINGS_CFLAGS)
 endif
 
-if !IS_WINDOWS
-TESTS += test-stdio.sh
-# check_LTLIBRARIES won't build a shared library (see automake manual).
-# So we have to do this and add a dependency.
-noinst_LTLIBRARIES += \
-       test-stdio-plugin.la \
-       $(NULL)
-test-stdio.sh: test-stdio-plugin.la
-
-test_stdio_plugin_la_SOURCES = \
-       test-stdio-plugin.c \
-       $(top_srcdir)/include/nbdkit-plugin.h \
-       $(NULL)
-test_stdio_plugin_la_CPPFLAGS = \
-       -I$(top_srcdir)/include \
-       -I$(top_builddir)/include \
-       -I$(top_srcdir)/common/replacements \
-       $(NULL)
-test_stdio_plugin_la_CFLAGS = $(WARNINGS_CFLAGS)
-# For use of the -rpath option, see:
-# https://lists.gnu.org/archive/html/libtool/2007-07/msg00067.html
-test_stdio_plugin_la_LDFLAGS = \
-       -module -avoid-version -shared $(NO_UNDEFINED_ON_WINDOWS) -rpath /nowhere \
-       $(NULL)
-test_stdio_plugin_la_LIBADD = \
-       $(top_builddir)/common/replacements/libcompat.la \
-       $(top_builddir)/common/utils/libutils.la \
-       $(IMPORT_LIBRARY_ON_WINDOWS) \
-       $(NULL)
-endif
-
 # check_LTLIBRARIES won't build a shared library (see automake manual).
 # So we have to do this and add a dependency.
 noinst_LTLIBRARIES += \