aardvark-dns: skip a broken test (for now)

https://hydra.nixos.org/build/233560430/nixlog/3/tail
This commit is contained in:
Vladimír Čunát 2023-09-03 07:48:38 +02:00
parent 2f3b15cd6f
commit 8490868860
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -17,6 +17,11 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-rrn+ZTAsFs7UTP4xQL3Cy8G6RG7vwT0wMKnXHHIkB90=";
checkFlags = [
# https://github.com/containers/aardvark-dns/issues/379
"--skip=test::test::tests::test_backend_network_scoped_custom_dns_server"
];
passthru.tests = { inherit (nixosTests) podman; };
meta = with lib; {