Skip to content

Commit 801e026

Browse files
Enable resize tests
1 parent a9e2b4c commit 801e026

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,3 +221,4 @@ artifacts/
221221
# Tests
222222
**/Images/ActualOutput
223223
**/Images/ReferenceOutput
224+
.DS_Store

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)