]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
tests: disable problematic config.http test
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>
Wed, 23 Apr 2025 15:05:31 +0000 (17:05 +0200)
https://gitlab.nic.cz/knot/knot-resolver/-/issues/925
(cherry picked from commit ff5d5024e5fd00054431349a4bf54acea484891a)

NEWS
modules/http/meson.build

diff --git a/NEWS b/NEWS
index 4eea997eec50b56bf714198b67bc30a9556fe433..de8ce3cb459cab98b5e46cae4ace3e244c6d3613 100644 (file)
--- 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)
 ================================
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']],
 ]