File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
tests/ImageSharp.Tests/Processing/Processors/Transforms Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments