Skip to content

Commit 5a1ac6a

Browse files
Skip to see if Azurite works
1 parent e5349d8 commit 5a1ac6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ImageSharp.Web.Tests/TestUtilities/ServerTestBase.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected ServerTestBase(TFixture fixture, ITestOutputHelper outputHelper, strin
3636

3737
public string ImageSource { get; }
3838

39-
[Fact]
39+
[Fact(Skip = "Investigating connection refused errors")]
4040
public async Task CanProcessAndResolveImageAsync()
4141
{
4242
string url = this.ImageSource;
@@ -115,7 +115,7 @@ public async Task CanProcessAndResolveImageAsync()
115115
response.Dispose();
116116
}
117117

118-
[Fact]
118+
[Fact(Skip = "Investigating connection refused errors")]
119119
public async Task CanProcessMultipleIdenticalQueriesAsync()
120120
{
121121
string url = this.ImageSource;

0 commit comments

Comments
 (0)