diff options
author | Oto Šťáva <oto.stava@nic.cz> | 2024-06-04 17:38:58 +0200 |
---|---|---|
committer | Oto Šťáva <oto.stava@nic.cz> | 2024-06-04 17:38:58 +0200 |
commit | b868b2584ef0bd3841256de596e3074443e9397b (patch) | |
tree | 2bcc576adb9edcf2e540b8bb237d8d9c434a7b50 /modules/http/meson.build | |
parent | Merge branch rrl-wip-sample into rrl-wip (diff) | |
parent | Merge branch 'nits' into 'master' (diff) | |
download | knot-resolver-b868b2584ef0bd3841256de596e3074443e9397b.tar.xz knot-resolver-b868b2584ef0bd3841256de596e3074443e9397b.zip |
Merge branch 'master' into 'rrl-wip'
Diffstat (limited to 'modules/http/meson.build')
-rw-r--r-- | modules/http/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/http/meson.build b/modules/http/meson.build index 9d20c929..7d892159 100644 --- a/modules/http/meson.build +++ b/modules/http/meson.build @@ -21,7 +21,7 @@ lua_mod_src += [ config_tests += [ ['http', files('http.test.lua')], ['http.doh', files('http_doh.test.lua')], - ['http.tls', files('test_tls/tls.test.lua')], + ['http.tls', files('test_tls/tls.test.lua'), ['skip_asan']], ] # install static files |