about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-08-18 13:58:05 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2023-01-04 14:25:14 +1000
commitbf052185a314a166e2b2869b8e36b6cde3972a59 (patch)
tree79386aefff430ef9894b6b2f4c650b82518deb91 /pkgs/applications/networking/cluster
parent8583f2b7b3bc08020d0f90d0fc8db8e1398319ae (diff)
cni-plugins: remove podman from passthru.tests
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/cni/plugins.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/cni/plugins.nix b/pkgs/applications/networking/cluster/cni/plugins.nix
index aad583c675c01..bc39dbcd5e400 100644
--- a/pkgs/applications/networking/cluster/cni/plugins.nix
+++ b/pkgs/applications/networking/cluster/cni/plugins.nix
@@ -38,7 +38,7 @@ buildGoModule rec {
     "plugins/meta/vrf"
   ];
 
-  passthru.tests = { inherit (nixosTests) cri-o podman; };
+  passthru.tests = { inherit (nixosTests) cri-o; };
 
   meta = with lib; {
     description = "Some standard networking plugins, maintained by the CNI team";