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 7064b37 commit c7c9888Copy full SHA for c7c9888
1 file changed
tests/ImageSharp.Drawing.Tests/Issues/Issue_270.cs
@@ -15,6 +15,11 @@ public class Issue_270
15
[Fact]
16
public void DoesNotThrowArgumentOutOfRangeException()
17
{
18
+ if (!TestEnvironment.IsWindows)
19
+ {
20
+ return;
21
+ }
22
+
23
const int sourceImageWidth = 256;
24
const int sourceImageHeight = 256;
25
const int targetImageWidth = 350;
0 commit comments