]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests: disable problematic config.http test docs-develop-conf-c5sqeu/deployments/6289
authorVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 25 Feb 2025 10:30:45 +0000 (11:30 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Tue, 25 Feb 2025 10:30:45 +0000 (11:30 +0100)
https://gitlab.nic.cz/knot/knot-resolver/-/issues/925

NEWS
modules/http/meson.build

diff --git a/NEWS b/NEWS
index 3e80bfb8461ad4c99b662af2fb19dbb22878abc0..e433f9a11ddca11b681b4e5480d32d56ae8be517 100644 (file)
--- 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)
index 7d8921599a661ee1e38475d8ea388743c4b35a8f..021cb5e05b234a4c0b4ee4ccad58ffa897a0c824 100644 (file)
@@ -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']],
 ]