Skip to content

Commit 2e1223f

Browse files
authored
Update FtpTests.cs
1 parent 6b6eeae commit 2e1223f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/ModularPipelines.UnitTests/Helpers/FtpTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public class FtpTests : TestBase
1414
{
1515
[Test]
1616
[Order(1)]
17+
[Ignore("FTP tests flaky due to server load")]
1718
public async Task Can_Download()
1819
{
1920
var ftp = await GetService<IFtp>();
@@ -37,6 +38,7 @@ public async Task Can_Download()
3738
}
3839

3940
[Test]
41+
[Ignore("FTP tests flaky due to server load")]
4042
public async Task Client_Is_Disposed_Properly()
4143
{
4244
var ftp = await GetService<IFtp>();
@@ -52,4 +54,4 @@ public async Task Client_Is_Disposed_Properly()
5254

5355
Assert.That(client.IsDisposed, Is.True);
5456
}
55-
}
57+
}

0 commit comments

Comments
 (0)