Skip to content

Commit bfe233b

Browse files
committed
tests: disable problematic config.http test
https://gitlab.nic.cz/knot/knot-resolver/-/issues/925 (cherry picked from commit ff5d502)
1 parent 9158bf2 commit bfe233b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Knot Resolver 5.7.5 (2025-mm-dd)
2+
================================
3+
4+
Improvements
5+
------------
6+
- tests: disable problematic config.http test (#925, !FIXME)
7+
8+
19
Knot Resolver 5.7.4 (2024-07-23)
210
================================
311

modules/http/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ lua_mod_src += [
1919
]
2020

2121
config_tests += [
22-
['http', files('http.test.lua')],
22+
#['http', files('http.test.lua')], # https://gitlab.nic.cz/knot/knot-resolver/-/issues/925
2323
['http.doh', files('http_doh.test.lua')],
2424
['http.tls', files('test_tls/tls.test.lua'), ['skip_asan']],
2525
]

0 commit comments

Comments
 (0)