From: Vladimír Čunát Date: Tue, 25 Feb 2025 10:30:45 +0000 (+0100) Subject: tests: disable problematic config.http test X-Git-Tag: v6.0.11~3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff5d5024e5fd00054431349a4bf54acea484891a;p=thirdparty%2Fknot-resolver.git tests: disable problematic config.http test https://gitlab.nic.cz/knot/knot-resolver/-/issues/925 --- 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']], ]