We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55830eb commit 8b21031Copy full SHA for 8b21031
test/Renci.SshNet.IntegrationTests/OldIntegrationTests/SftpClientTest.Upload.cs
@@ -230,15 +230,7 @@ public void Test_Sftp_Multiple_Async_Upload_And_Download_10Files_5MB_Each()
230
sftp.Disconnect();
231
232
Assert.IsTrue(hashMatches, "Hash does not match");
233
- if (!uploadDownloadSizeOk)
234
- {
235
- // TODO https://github.com/sshnet/SSH.NET/issues/1253
236
- Assert.Inconclusive("Uploaded and downloaded bytes should match, but test is not stable");
237
- }
238
- else
239
240
- Assert.IsTrue(uploadDownloadSizeOk, "Uploaded and downloaded bytes does not match");
241
+ Assert.IsTrue(uploadDownloadSizeOk, "Uploaded and downloaded bytes does not match");
242
}
243
244
0 commit comments