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 6b6eeae commit 2e1223fCopy full SHA for 2e1223f
test/ModularPipelines.UnitTests/Helpers/FtpTests.cs
@@ -14,6 +14,7 @@ public class FtpTests : TestBase
14
{
15
[Test]
16
[Order(1)]
17
+ [Ignore("FTP tests flaky due to server load")]
18
public async Task Can_Download()
19
20
var ftp = await GetService<IFtp>();
@@ -37,6 +38,7 @@ public async Task Can_Download()
37
38
}
39
40
41
42
public async Task Client_Is_Disposed_Properly()
43
44
@@ -52,4 +54,4 @@ public async Task Client_Is_Disposed_Properly()
52
54
53
55
Assert.That(client.IsDisposed, Is.True);
56
-}
57
+}
0 commit comments