Skip to content

Commit

Permalink
Revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-Hague committed Dec 2, 2023
1 parent 55830eb commit 8b21031
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,15 +230,7 @@ public void Test_Sftp_Multiple_Async_Upload_And_Download_10Files_5MB_Each()
sftp.Disconnect();

Assert.IsTrue(hashMatches, "Hash does not match");
if (!uploadDownloadSizeOk)
{
// TODO https://github.com/sshnet/SSH.NET/issues/1253
Assert.Inconclusive("Uploaded and downloaded bytes should match, but test is not stable");
}
else
{
Assert.IsTrue(uploadDownloadSizeOk, "Uploaded and downloaded bytes does not match");
}
Assert.IsTrue(uploadDownloadSizeOk, "Uploaded and downloaded bytes does not match");
}
}

Expand Down

0 comments on commit 8b21031

Please sign in to comment.