arrow-cpp: blacklist all TestS3FS tests on darwin

More tests are popping up to break the sandboxed build.
main
Dmitry Kalinkin 2 years ago
parent 2f23c4ee4b
commit a4b6d6742e
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333
  1. 8
      pkgs/development/libraries/arrow-cpp/default.nix

@ -199,13 +199,7 @@ stdenv.mkDerivation rec {
"S3RegionResolutionTest.PublicBucket"
"S3RegionResolutionTest.RestrictedBucket"
"TestMinioServer.Connect"
"TestS3FS.GetFileInfoRoot"
"TestS3FS.OpenOutputStreamBackgroundWrites"
"TestS3FS.OpenOutputStreamDestructorBackgroundWrites"
"TestS3FS.OpenOutputStreamDestructorSyncWrite"
"TestS3FS.OpenOutputStreamDestructorSyncWrites"
"TestS3FS.OpenOutputStreamMetadata"
"TestS3FS.OpenOutputStreamSyncWrites"
"TestS3FS.*"
"TestS3FSGeneric.*"
] ++ lib.optionals enableGcs [
"GcsFileSystem.FileSystemCompare"

Loading…
Cancel
Save