From f50829861ca6b4be7d8d2db8f1ca992033ef019e Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Tue, 5 Dec 2023 12:12:16 +0100 Subject: [PATCH] Make test comment more explicit --- python/pyarrow/tests/test_fs.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python/pyarrow/tests/test_fs.py b/python/pyarrow/tests/test_fs.py index 608801cf37847..59c9c449429b3 100644 --- a/python/pyarrow/tests/test_fs.py +++ b/python/pyarrow/tests/test_fs.py @@ -761,8 +761,10 @@ def test_delete_dir(fs, pathfn): def test_delete_dir_with_explicit_subdir(fs, pathfn): - # https://github.com/apache/arrow/issues/38618 (regression with S3 failing - # to delete directories, depending on whether they were created explicitly) + # GH-38618: regression with AWS failing to delete directories, + # depending on whether they were created explicitly. Note that + # Minio doesn't reproduce the issue, so this test is not a regression + # test in itself. skip_fsspec_s3fs(fs) d = pathfn('directory/')