From ff5d5024e5fd00054431349a4bf54acea484891a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Tue, 25 Feb 2025 11:30:45 +0100 Subject: [PATCH] tests: disable problematic config.http test https://gitlab.nic.cz/knot/knot-resolver/-/issues/925 --- NEWS | 1 + modules/http/meson.build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 3e80bfb84..e433f9a11 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ Bugfixes Improvements ------------ - manager: allow multiple instances with different rundirs (!1656) +- tests: disable problematic config.http test (#925, !1662) Knot Resolver 6.0.10 (2025-01-20) diff --git a/modules/http/meson.build b/modules/http/meson.build index 7d8921599..021cb5e05 100644 --- a/modules/http/meson.build +++ b/modules/http/meson.build @@ -19,7 +19,7 @@ lua_mod_src += [ ] config_tests += [ - ['http', files('http.test.lua')], + #['http', files('http.test.lua')], # https://gitlab.nic.cz/knot/knot-resolver/-/issues/925 ['http.doh', files('http_doh.test.lua')], ['http.tls', files('test_tls/tls.test.lua'), ['skip_asan']], ] -- 2.47.2