aardvark-dns: skip a broken test (for now)
https://hydra.nixos.org/build/233560430/nixlog/3/tail
This commit is contained in:
parent
2f3b15cd6f
commit
8490868860
@ -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; {
|
||||
|
Loading…
Reference in New Issue
Block a user