Skip to content

Commit ff5d502

Browse files
committed
tests: disable problematic config.http test
https://gitlab.nic.cz/knot/knot-resolver/-/issues/925
1 parent 7779e85 commit ff5d502

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

NEWS

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Bugfixes
1111
Improvements
1212
------------
1313
- manager: allow multiple instances with different rundirs (!1656)
14+
- tests: disable problematic config.http test (#925, !1662)
1415

1516

1617
Knot Resolver 6.0.10 (2025-01-20)

modules/http/meson.build

+1-1
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)