jorisvandenbossche opened a new issue, #37307: URL: https://github.com/apache/arrow/issues/37307
For example https://github.com/ursacomputing/crossbow/actions/runs/5932877661/job/16087448914. Three tests are failing: ``` FAILED opt/conda/envs/arrow/lib/python3.11/site-packages/dask/dataframe/tests/test_dataframe.py::test_meta_nonempty_uses_meta_value_if_provided FAILED opt/conda/envs/arrow/lib/python3.11/site-packages/dask/dataframe/tests/test_dataframe.py::test_dataframe_explode FAILED opt/conda/envs/arrow/lib/python3.11/site-packages/dask/dataframe/tests/test_dataframe.py::test_series_explode ``` If I run those locally, I get the message that those tests are skipped: ``` dask/dataframe/tests/test_dataframe.py::test_series_explode SKIPPED (No need to run with pyarrow strings) ``` This seems to be correct. But for some reason, on our nightly CI, the `@pytest.mark.skip_with_pyarrow_strings` is not working correctly -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
