Skip to content
Snippets Groups Projects
Verified Commit ff5d5024 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

tests: disable problematic config.http test

parent 7779e854
No related branches found
No related tags found
1 merge request!1662tests: disable problematic config.http test
Pipeline #135772 waiting for manual action
Pipeline: Knot Resolver

#135773

    ......@@ -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)
    ......
    ......@@ -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']],
    ]
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment