summary refs log tree commit diff
diff options
context:
space:
mode:
authortu-maurice <valentin.gehrke@zom.bi>2023-11-17 22:28:10 +0100
committertu-maurice <valentin.gehrke@zom.bi>2023-11-17 22:28:10 +0100
commit8a94c31feacf27991242676b42ee412d89f08c07 (patch)
treee97a2db564e9b2af282b31c7d540fdaf2bac28b6
parent45846876f3dfca8171a27eaa71e3950e5a23bdd9 (diff)
downloadnixpkgs-8a94c31feacf27991242676b42ee412d89f08c07.tar
nixpkgs-8a94c31feacf27991242676b42ee412d89f08c07.tar.gz
nixpkgs-8a94c31feacf27991242676b42ee412d89f08c07.tar.bz2
nixpkgs-8a94c31feacf27991242676b42ee412d89f08c07.tar.lz
nixpkgs-8a94c31feacf27991242676b42ee412d89f08c07.tar.xz
nixpkgs-8a94c31feacf27991242676b42ee412d89f08c07.tar.zst
nixpkgs-8a94c31feacf27991242676b42ee412d89f08c07.zip
perl538Packages.AppClusterSSH: skip failing test
-rw-r--r--pkgs/top-level/perl-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix
index a884bcd3461..49dfc0a0374 100644
--- a/pkgs/top-level/perl-packages.nix
+++ b/pkgs/top-level/perl-packages.nix
@@ -772,7 +772,7 @@ with self; {
     };
     propagatedBuildInputs = [ ExceptionClass Tk X11ProtocolOther XMLSimple ];
     buildInputs = [ DataDump FileWhich Readonly TestDifferences TestTrap ];
-    preCheck = "rm t/30cluster.t"; # do not run failing tests
+    preCheck = "rm t/30cluster.t t/15config.t"; # do not run failing tests
     postInstall = ''
       mkdir -p $out/share/bash-completion/completions
       mv $out/bin/clusterssh_bash_completion.dist \