about summary refs log tree commit diff
path: root/pkgs/development/libraries/gdcm
diff options
context:
space:
mode:
authorBen Darwin <bcdarwin@gmail.com>2023-11-15 12:12:41 -0500
committerBen Darwin <bcdarwin@gmail.com>2023-11-15 12:36:42 -0500
commitdc16ee70143744bd35e5ac7dba03bb729f19e5bd (patch)
tree730d5a75b37dae643ab24c85d46882bee4b5fa9b /pkgs/development/libraries/gdcm
parent0e169cf0cc767c3c10284835f645198d89f83f51 (diff)
gdcm: disable failing test on Aarch64
Diffstat (limited to 'pkgs/development/libraries/gdcm')
-rw-r--r--pkgs/development/libraries/gdcm/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/libraries/gdcm/default.nix b/pkgs/development/libraries/gdcm/default.nix
index c186ffb4a1353..a064a31f3ca20 100644
--- a/pkgs/development/libraries/gdcm/default.nix
+++ b/pkgs/development/libraries/gdcm/default.nix
@@ -76,6 +76,8 @@ stdenv.mkDerivation rec {
     "TestSCUValidation"
     # errors because 3 classes not wrapped:
     "TestWrapPython"
+  ] ++ lib.optionals (stdenv.isAarch64 && stdenv.isLinux) [
+    "TestRescaler2"
   ];
 
   checkPhase = ''