diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3e6c4c93b..5e327d8b2 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -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)