Skip to content

Commit 8b21031

Browse files
committed
Revert test
1 parent 55830eb commit 8b21031

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

test/Renci.SshNet.IntegrationTests/OldIntegrationTests/SftpClientTest.Upload.cs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -230,15 +230,7 @@ public void Test_Sftp_Multiple_Async_Upload_And_Download_10Files_5MB_Each()
230230
sftp.Disconnect();
231231

232232
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-
}
233+
Assert.IsTrue(uploadDownloadSizeOk, "Uploaded and downloaded bytes does not match");
242234
}
243235
}
244236

0 commit comments

Comments
 (0)