Skip to content

Commit 197c0e2

Browse files
Mark flaky test as xfail
1 parent 918a2b8 commit 197c0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s3fs/tests/test_s3fs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ def test_read_keys_from_bucket(s3):
534534
s3.cat('s3://' + '/'.join([test_bucket_name, k])))
535535

536536

537-
@pytest.mark.skip(reason="misbehaves in modern versions of moto?")
537+
@pytest.mark.xfail(reason="misbehaves in modern versions of moto?")
538538
def test_url(s3):
539539
fn = test_bucket_name + '/nested/file1'
540540
url = s3.url(fn, expires=100)

0 commit comments

Comments
 (0)