File tree Expand file tree Collapse file tree
tests/ImageSharp.Tests/Processing/Processors/Transforms Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -221,3 +221,4 @@ artifacts/
221221# Tests
222222** /Images /ActualOutput
223223** /Images /ReferenceOutput
224+ .DS_Store
Original file line number Diff line number Diff line change @@ -355,7 +355,6 @@ public void Resize_WorksWithAllResamplers<TPixel>(
355355 }
356356
357357 [ Theory ]
358- [ PlatformSpecific ( ~ TestPlatforms . OSX ) ]
359358 [ WithFileCollection ( nameof ( CommonTestImages ) , DefaultPixelType ) ]
360359 public void ResizeFromSourceRectangle < TPixel > ( TestImageProvider < TPixel > provider )
361360 where TPixel : unmanaged, IPixel < TPixel >
@@ -438,7 +437,6 @@ public void ResizeWidthCannotKeepAspectKeepsOnePixel<TPixel>(TestImageProvider<T
438437 }
439438
440439 [ Theory ]
441- [ PlatformSpecific ( ~ TestPlatforms . OSX ) ]
442440 [ WithFileCollection ( nameof ( CommonTestImages ) , DefaultPixelType ) ]
443441 public void ResizeWithBoxPadMode < TPixel > ( TestImageProvider < TPixel > provider )
444442 where TPixel : unmanaged, IPixel < TPixel >
@@ -549,7 +547,6 @@ public void ResizeWithMinMode<TPixel>(TestImageProvider<TPixel> provider)
549547 }
550548
551549 [ Theory ]
552- [ PlatformSpecific ( ~ TestPlatforms . OSX ) ]
553550 [ WithFileCollection ( nameof ( CommonTestImages ) , DefaultPixelType ) ]
554551 public void ResizeWithPadMode < TPixel > ( TestImageProvider < TPixel > provider )
555552 where TPixel : unmanaged, IPixel < TPixel >
You can’t perform that action at this time.
0 commit comments