Skip to content

Commit 8490868

Browse files
committed
aardvark-dns: skip a broken test (for now)
https://hydra.nixos.org/build/233560430/nixlog/3/tail
1 parent 2f3b15c commit 8490868

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pkgs/tools/networking/aardvark-dns/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ rustPlatform.buildRustPackage rec {
1717

1818
cargoHash = "sha256-rrn+ZTAsFs7UTP4xQL3Cy8G6RG7vwT0wMKnXHHIkB90=";
1919

20+
checkFlags = [
21+
# https://github.com/containers/aardvark-dns/issues/379
22+
"--skip=test::test::tests::test_backend_network_scoped_custom_dns_server"
23+
];
24+
2025
passthru.tests = { inherit (nixosTests) podman; };
2126

2227
meta = with lib; {

0 commit comments

Comments
 (0)