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 8209e1a commit 732ecc9Copy full SHA for 732ecc9
test/Renci.SshNet.IntegrationTests/OldIntegrationTests/SftpClientTest.Upload.cs
@@ -77,6 +77,11 @@ public void Test_Sftp_Upload_Forbidden()
77
[TestCategory("Sftp")]
78
public void Test_Sftp_Multiple_Async_Upload_And_Download_10Files_5MB_Each()
79
{
80
+ if (Environment.GetEnvironmentVariable("CI") == "true")
81
+ {
82
+ Assert.Inconclusive("Skipping because of failures in CI, see #1253");
83
+ }
84
+
85
var maxFiles = 10;
86
var maxSize = 5;
87
0 commit comments