Skip to content

Commit

Permalink
Make test comment more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrou authored Dec 5, 2023
1 parent ffda582 commit f508298
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions python/pyarrow/tests/test_fs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/')
Expand Down

0 comments on commit f508298

Please sign in to comment.