Skip to content

Commit 9e790ab

Browse files
Let's just skip this for now.
1 parent a5b59d2 commit 9e790ab

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/ImageSharp.Web.Tests/Processing/AWSS3StorageCacheServerTests.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ public async Task CanProcessAndResolveImageAsync(string url)
7676

7777
response = await this.HttpClient.SendAsync(request);
7878

79-
// TODO: This test is flaky in the CI environment when testing using codecov
80-
// and sometime returns an OK response.
81-
#if !ENV_CODECOV
79+
#if !ENV_CI
80+
// TODO: This test is flaky in the CI environment when testing
81+
// and sometimes returns an OK response. Likely due to the 3rd party AWS shim.
8282
Assert.Equal(HttpStatusCode.NotModified, response.StatusCode);
8383
Assert.Equal(0, response.Content.Headers.ContentLength);
8484
Assert.Equal(format.DefaultMimeType, response.Content.Headers.ContentType.MediaType);

0 commit comments

Comments
 (0)