Skip to content

Commit

Permalink
add remaining test skips
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Sep 13, 2023
1 parent c779106 commit 330cd30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,11 @@ outputs:
{% set tests_to_skip = tests_to_skip + " or test_fastparquet_cross_compatibility" %}
# new fsspec changed behaviour, see https://github.com/apache/arrow/issues/37555
{% set tests_to_skip = tests_to_skip + " or test_get_file_info_with_selector" %}
# problems with minio
{% set tests_to_skip = tests_to_skip + " or (test_delete_dir and S3FileSystem)" %}
{% set tests_to_skip = tests_to_skip + " or (test_delete_dir_contents and S3FileSystem)" %}
{% set tests_to_skip = tests_to_skip + " or (test_get_file_info and S3FileSystem)" %}
{% set tests_to_skip = tests_to_skip + " or (test_move_directory and S3FileSystem)" %}
# gandiva tests are segfaulting on ppc
{% set tests_to_skip = tests_to_skip + " or test_gandiva" %} # [ppc64le]
# test failures on ppc (both failing with: Float value was truncated converting to int32)
Expand Down

0 comments on commit 330cd30

Please sign in to comment.