Skip to content

Commit 76c7cd1

Browse files
committed
Removed an old test that was skipped due to not working - avoid getting flagged for using cleartext ftp:// protocol
1 parent 742dbe0 commit 76c7cd1

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

podpac/core/data/test/test_file_source.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,6 @@ def test_s3(self):
7272
node = MockLoadFile(source=path)
7373
_ = node.dataset
7474

75-
@pytest.mark.aws
76-
@pytest.mark.skip("Unreachable source")
77-
def test_ftp(self):
78-
node = MockLoadFile(source="ftp://speedtest.tele2.net/1KB.zip")
79-
_ = node.dataset
80-
8175
@pytest.mark.aws # TODO
8276
@pytest.mark.skip("Unreachable source")
8377
def test_http(self):

0 commit comments

Comments
 (0)