Skip to content

Commit

Permalink
knot-resolver: disable a problematic test (NixOS#378769)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Feb 2, 2025
2 parents 417be88 + 688ae50 commit 13df180
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/servers/dns/knot-resolver/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ let # un-indented, over the whole file
--replace "ffi.load(" "ffi.load('${lib.getLib knot-dns}/lib/' .. "
done
''
# https://gitlab.nic.cz/knot/knot-resolver/-/issues/925
+ ''
patch modules/http/meson.build <<EOF
@@ -22 +21,0 @@
- ['http', files('http.test.lua')],
EOF
''
# some tests have issues with network sandboxing, apparently
+ optionalString doInstallCheck ''
echo 'os.exit(77)' > daemon/lua/trust_anchors.test/bootstrap.test.lua
Expand Down

0 comments on commit 13df180

Please sign in to comment.