aboutsummaryrefslogtreecommitdiffstats
path: root/community/kea/disable-db-tests.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/kea/disable-db-tests.patch')
-rw-r--r--community/kea/disable-db-tests.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/community/kea/disable-db-tests.patch b/community/kea/disable-db-tests.patch
deleted file mode 100644
index a17b6df5e7c..00000000000
--- a/community/kea/disable-db-tests.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Tests for MySQL/PostgreSQL/Cassandra 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
-@@ -11,13 +11,13 @@
- 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
- if HAVE_CQL
--SHTESTS += cql_tests.sh
-+#SHTESTS += cql_tests.sh
- endif
-
- # Run tests on "make check".