arrow-cpp: disable broken test on x86_64-darwin

This commit is contained in:
Sarah Clark
2026-02-07 18:51:31 -08:00
parent 42c103b34b
commit 3f68c9cfb1
+4
View File
@@ -304,6 +304,10 @@ stdenv.mkDerivation (finalAttrs: {
# Failing with "run-test.sh: line 88: 63682 Abort trap: 6"
"arrow-flight-internals-test"
"arrow-flight-sql-test"
]
++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
# https://github.com/apache/arrow/issues/41505
"TestAzuriteGeneric.Empty"
];
in
''