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
This commit is contained in:
@@ -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
|
||||
''
|
||||
|
||||
Reference in New Issue
Block a user