Skip to content

Commit

Permalink
fix ftp
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Feb 12, 2024
1 parent 1f4dd2f commit 0a1ce4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/sources/test_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def test_url_file_source():
@pytest.mark.ftp
@pytest.mark.external_download
@pytest.mark.download
@pytest.mark.skipif(IN_GITHUB, reason="disabled")
def test_url_ftp_source_anonymous():
date = datetime.datetime.now() - datetime.timedelta(days=1)
load_source(
Expand Down

0 comments on commit 0a1ce4b

Please sign in to comment.