Skip to content

Commit ecf05e2

Browse files
Bump tolerance
1 parent 6e589e8 commit ecf05e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ImageSharp.Tests/Processing/Processors/Transforms/ResizeTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public class ResizeTests
3636
};
3737

3838
private static readonly ImageComparer ValidatorComparer =
39-
ImageComparer.TolerantPercentage(TestEnvironment.IsOSX && TestEnvironment.RunsOnCI ? 0.2595F : 0.07F);
39+
ImageComparer.TolerantPercentage(TestEnvironment.IsOSX && TestEnvironment.RunsOnCI ? 0.26F : 0.07F);
4040

4141
[Fact]
4242
public void Resize_PixelAgnostic()

0 commit comments

Comments
 (0)