From a4402b261014f63d7b93b97d0b01f3ff29a05cf5 Mon Sep 17 00:00:00 2001 From: Tobias Mayer Date: Wed, 12 Nov 2025 14:58:39 +0100 Subject: [PATCH] arrow-cpp: skip a couple tests on darwin https://hydra.nixos.org/build/312785283#tabs-buildsteps https://github.com/NixOS/nixpkgs/pull/457894#issuecomment-3515103698 --- pkgs/by-name/ar/arrow-cpp/package.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/by-name/ar/arrow-cpp/package.nix b/pkgs/by-name/ar/arrow-cpp/package.nix index a239b13feed0..4ef558b4bf1e 100644 --- a/pkgs/by-name/ar/arrow-cpp/package.nix +++ b/pkgs/by-name/ar/arrow-cpp/package.nix @@ -290,6 +290,12 @@ stdenv.mkDerivation (finalAttrs: { "arrow-flight-integration-test" # File already exists in database: orc_proto.proto "arrow-orc-adapter-test" + ] + ++ lib.optionals stdenv.hostPlatform.isDarwin [ + # https://github.com/NixOS/nixpkgs/issues/460687 + # Failing with "run-test.sh: line 88: 63682 Abort trap: 6" + "arrow-flight-internals-test" + "arrow-flight-sql-test" ]; in ''