Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Merging fix for broken unittest. #212

Merged
merged 3 commits into from
Jul 12, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/TestGetEMRData.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ def test_get_emr_data(self):
self.assertEqual(result, expected)
shutil.rmtree(temp_folder)


@unittest.skip("Unconditional skipping: test fails under pysftp 0.2.9")
def test_pysftp_using_rsa_key(self):

"""
Starts a sftp server and transfers a file
to verify the connection using a private key.
Expand Down