Unverified Commit 6f0132f9 authored by Dmitry Kalinkin's avatar Dmitry Kalinkin Committed by GitHub
Browse files

arrow-cpp: fix TestAzuriteGeneric.Empty exclusion on x86_64-darwin (#498008)

parents 255ac771 2c9c5b6f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -153,6 +153,10 @@ stdenv.mkDerivation (finalAttrs: {
              "TestMinioServer.Connect"
              "TestS3FS.*"
              "TestS3FSGeneric.*"
            ]
            ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isx86_64) [
              # https://github.com/apache/arrow/issues/41505
              "TestAzuriteGeneric.Empty"
            ];
        in
        "-${lib.concatStringsSep ":" filteredTests}";
@@ -306,10 +310,6 @@ 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
    ''