From 7c0b94fc275c480881989a4870c0e60aa2e9619a Mon Sep 17 00:00:00 2001 From: h-vetinari Date: Mon, 25 Sep 2023 11:21:40 +0200 Subject: [PATCH] Remove test skip that's not necessary anymore. --- dev/tasks/conda-recipes/arrow-cpp/meta.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml index 6d10e14077838..7a8cc989cb8f2 100644 --- a/dev/tasks/conda-recipes/arrow-cpp/meta.yaml +++ b/dev/tasks/conda-recipes/arrow-cpp/meta.yaml @@ -389,8 +389,6 @@ outputs: # vvvvvvv TESTS THAT SHOULDN'T HAVE TO BE SKIPPED vvvvvvv # currently broken {% 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" %} # 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)