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 a5b59d2 commit 9e790abCopy full SHA for 9e790ab
1 file changed
tests/ImageSharp.Web.Tests/Processing/AWSS3StorageCacheServerTests.cs
@@ -76,9 +76,9 @@ public async Task CanProcessAndResolveImageAsync(string url)
76
77
response = await this.HttpClient.SendAsync(request);
78
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
+#if !ENV_CI
+ // TODO: This test is flaky in the CI environment when testing
+ // and sometimes returns an OK response. Likely due to the 3rd party AWS shim.
82
Assert.Equal(HttpStatusCode.NotModified, response.StatusCode);
83
Assert.Equal(0, response.Content.Headers.ContentLength);
84
Assert.Equal(format.DefaultMimeType, response.Content.Headers.ContentType.MediaType);
0 commit comments