Skip to content

Commit 732ecc9

Browse files
committed
Ignore flakey Test from #1253 in CI
1 parent 8209e1a commit 732ecc9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ public void Test_Sftp_Upload_Forbidden()
7777
[TestCategory("Sftp")]
7878
public void Test_Sftp_Multiple_Async_Upload_And_Download_10Files_5MB_Each()
7979
{
80+
if (Environment.GetEnvironmentVariable("CI") == "true")
81+
{
82+
Assert.Inconclusive("Skipping because of failures in CI, see #1253");
83+
}
84+
8085
var maxFiles = 10;
8186
var maxSize = 5;
8287

0 commit comments

Comments
 (0)