Skip to content

Commit

Permalink
DEBUG: check which test skips are still necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 1, 2023
1 parent ff4df5b commit 5004824
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -806,16 +806,7 @@ outputs:
# skip tests that cannot succeed in emulation
{% set tests_to_skip = tests_to_skip + " or test_debug_memory_pool_disabled" %} # [aarch64 or ppc64le]
{% set tests_to_skip = tests_to_skip + " or test_env_var_io_thread_count" %} # [aarch64 or ppc64le]
# XMinioInvalidObjectName on osx/win: "Object name contains unsupported characters"
{% set tests_to_skip = tests_to_skip + " or test_write_to_dataset_with_partitions_s3fs" %} # [osx or win]
# vvvvvvv TESTS THAT SHOULDN'T HAVE TO BE SKIPPED vvvvvvv
# currently broken, see https://github.com/apache/arrow/issues/37853
{% set tests_to_skip = tests_to_skip + " or test_fastparquet_cross_compatibility" %}
# 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 5004824

Please sign in to comment.