summary refs log tree commit diff
diff options
context:
space:
mode:
authorAaron Jheng <wentworth@outlook.com>2022-05-20 23:20:41 +0000
committerAaron Jheng <wentworth@outlook.com>2022-05-20 23:20:41 +0000
commitb92533e71ac471cc341555ba188c796b3baec5e1 (patch)
tree43b4073175ab105d2725dcf5c4d9096ce54c3e83
parent98bcd08cb1778d103bac1149621b3568014aadbd (diff)
downloadnixpkgs-b92533e71ac471cc341555ba188c796b3baec5e1.tar
nixpkgs-b92533e71ac471cc341555ba188c796b3baec5e1.tar.gz
nixpkgs-b92533e71ac471cc341555ba188c796b3baec5e1.tar.bz2
nixpkgs-b92533e71ac471cc341555ba188c796b3baec5e1.tar.lz
nixpkgs-b92533e71ac471cc341555ba188c796b3baec5e1.tar.xz
nixpkgs-b92533e71ac471cc341555ba188c796b3baec5e1.tar.zst
nixpkgs-b92533e71ac471cc341555ba188c796b3baec5e1.zip
kube-router: remove checkFlags
-rw-r--r--pkgs/applications/networking/cluster/kube-router/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kube-router/default.nix b/pkgs/applications/networking/cluster/kube-router/default.nix
index c74fdbc749d..dbdc45355f4 100644
--- a/pkgs/applications/networking/cluster/kube-router/default.nix
+++ b/pkgs/applications/networking/cluster/kube-router/default.nix
@@ -22,8 +22,6 @@ buildGoModule rec {
     "-X github.com/cloudnativelabs/kube-router/pkg/version.BuildDate=Nix"
   ];
 
-  checkFlags = [ "-short" ];
-
   passthru.tests.version = testers.testVersion {
     package = kube-router;
   };