Loading pkgs/development/libraries/arrow-cpp/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,12 @@ stdenv.mkDerivation rec { "TestMinioServer.Connect" "TestS3FS.*" "TestS3FSGeneric.*" ] ++ lib.optionals stdenv.isDarwin [ # TODO: revisit at 12.0.0 or when # https://github.com/apache/arrow/commit/295c6644ca6b67c95a662410b2c7faea0920c989 # is available, see # https://github.com/apache/arrow/pull/15288#discussion_r1071244661 "ExecPlanExecution.StressSourceSinkStopped" ]; in lib.optionalString doInstallCheck "-${lib.concatStringsSep ":" filteredTests}"; Loading Loading
pkgs/development/libraries/arrow-cpp/default.nix +6 −0 Original line number Diff line number Diff line Loading @@ -234,6 +234,12 @@ stdenv.mkDerivation rec { "TestMinioServer.Connect" "TestS3FS.*" "TestS3FSGeneric.*" ] ++ lib.optionals stdenv.isDarwin [ # TODO: revisit at 12.0.0 or when # https://github.com/apache/arrow/commit/295c6644ca6b67c95a662410b2c7faea0920c989 # is available, see # https://github.com/apache/arrow/pull/15288#discussion_r1071244661 "ExecPlanExecution.StressSourceSinkStopped" ]; in lib.optionalString doInstallCheck "-${lib.concatStringsSep ":" filteredTests}"; Loading