aports/main/kea/disable-db-tests.patch
2024-08-29 12:43:13 +00:00

18 lines
506 B
Diff

Tests for MySQL/PostgreSQL integration are kinda broken, they expect
already initialized databases prepared for Kea tests.
--- a/src/bin/admin/tests/Makefile.am
+++ b/src/bin/admin/tests/Makefile.am
@@ -10,10 +10,10 @@
SHTESTS += admin_tests.sh
SHTESTS += memfile_tests.sh
if HAVE_MYSQL
-SHTESTS += mysql_tests.sh
+#SHTESTS += mysql_tests.sh
endif
if HAVE_PGSQL
-SHTESTS += pgsql_tests.sh
+#SHTESTS += pgsql_tests.sh
endif
# As with every file generated by ./configure, clean them up when running