Skip to content

Commit a4bf8b7

Browse files
committed
Decorate OSX specific tests
1 parent 734aca2 commit a4bf8b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ public void Resize_WorksWithAllResamplers<TPixel>(
355355
}
356356

357357
[Theory]
358+
[PlatformSpecific(~TestPlatforms.OSX)]
358359
[WithFileCollection(nameof(CommonTestImages), DefaultPixelType)]
359360
public void ResizeFromSourceRectangle<TPixel>(TestImageProvider<TPixel> provider)
360361
where TPixel : unmanaged, IPixel<TPixel>
@@ -437,6 +438,7 @@ public void ResizeWidthCannotKeepAspectKeepsOnePixel<TPixel>(TestImageProvider<T
437438
}
438439

439440
[Theory]
441+
[PlatformSpecific(~TestPlatforms.OSX)]
440442
[WithFileCollection(nameof(CommonTestImages), DefaultPixelType)]
441443
public void ResizeWithBoxPadMode<TPixel>(TestImageProvider<TPixel> provider)
442444
where TPixel : unmanaged, IPixel<TPixel>
@@ -547,6 +549,7 @@ public void ResizeWithMinMode<TPixel>(TestImageProvider<TPixel> provider)
547549
}
548550

549551
[Theory]
552+
[PlatformSpecific(~TestPlatforms.OSX)]
550553
[WithFileCollection(nameof(CommonTestImages), DefaultPixelType)]
551554
public void ResizeWithPadMode<TPixel>(TestImageProvider<TPixel> provider)
552555
where TPixel : unmanaged, IPixel<TPixel>

0 commit comments

Comments
 (0)