Skip to content

Commit c7c9888

Browse files
Windows only test
1 parent 7064b37 commit c7c9888

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ImageSharp.Drawing.Tests/Issues/Issue_270.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ public class Issue_270
1515
[Fact]
1616
public void DoesNotThrowArgumentOutOfRangeException()
1717
{
18+
if (!TestEnvironment.IsWindows)
19+
{
20+
return;
21+
}
22+
1823
const int sourceImageWidth = 256;
1924
const int sourceImageHeight = 256;
2025
const int targetImageWidth = 350;

0 commit comments

Comments
 (0)