summary refs log tree commit diff
path: root/pkgs/development/libraries
diff options
context:
space:
mode:
authorDmitry Kalinkin <dmitry.kalinkin@gmail.com>2022-01-06 17:29:59 -0500
committerGitHub <noreply@github.com>2022-01-06 17:29:59 -0500
commit3d796e550bf2804352d9de579a10656b857ba45a (patch)
tree6f3f9aa717c11fab111c0c36fa7f5887c9391bb0 /pkgs/development/libraries
parent952aa6f820ce6ec717425c54b5817c81aac279c5 (diff)
parenta4b6d6742e11809adf1e98330148af5265adc2cd (diff)
Merge pull request #153547 from veprbl/pr/arrow-cpp_tests3fs_disable
arrow-cpp: blacklist all TestS3FS tests on darwin
Diffstat (limited to 'pkgs/development/libraries')
-rw-r--r--pkgs/development/libraries/arrow-cpp/default.nix8
1 files changed, 1 insertions, 7 deletions
diff --git a/pkgs/development/libraries/arrow-cpp/default.nix b/pkgs/development/libraries/arrow-cpp/default.nix
index 5138a9654522f..031b4fc46cc1e 100644
--- a/pkgs/development/libraries/arrow-cpp/default.nix
+++ b/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"