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: v5.7.5~3^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=646b9982c3d7389bd447caf7dd1d73167e29243d;p=thirdparty%2Fknot-resolver.git tests: disable problematic config.http test https://gitlab.nic.cz/knot/knot-resolver/-/issues/925 (cherry picked from commit ff5d5024e5fd00054431349a4bf54acea484891a) --- diff --git a/NEWS b/NEWS index 4eea997ee..de8ce3cb4 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,10 @@ Bugfixes -------- - daemon/http: DoH stream got stuck after returning an error code (!1652) +Improvements +------------ +- tests: disable problematic config.http test (#925, !1678) + Knot Resolver 5.7.4 (2024-07-23) ================================ 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']], ]