From 8b2103128fdc499a77144c22b3200d634d53d406 Mon Sep 17 00:00:00 2001 From: Rob Hague Date: Sat, 2 Dec 2023 19:58:12 +0100 Subject: [PATCH] Revert test --- .../OldIntegrationTests/SftpClientTest.Upload.cs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/test/Renci.SshNet.IntegrationTests/OldIntegrationTests/SftpClientTest.Upload.cs b/test/Renci.SshNet.IntegrationTests/OldIntegrationTests/SftpClientTest.Upload.cs index b4b620e77..91c248bd3 100644 --- a/test/Renci.SshNet.IntegrationTests/OldIntegrationTests/SftpClientTest.Upload.cs +++ b/test/Renci.SshNet.IntegrationTests/OldIntegrationTests/SftpClientTest.Upload.cs @@ -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"); } }