Browse Source

skipping FromFromArgb32SystemDrawingBitmap2 on Linux

af/merge-core
Anton Firszov 9 years ago
parent
commit
b0279a8490
  1. 2
      tests/ImageSharp.Tests/TestUtilities/Tests/ReferenceCodecTests.cs

2
tests/ImageSharp.Tests/TestUtilities/Tests/ReferenceCodecTests.cs

@ -69,6 +69,8 @@ namespace SixLabors.ImageSharp.Tests
public void FromFromArgb32SystemDrawingBitmap2<TPixel>(TestImageProvider<TPixel> provider)
where TPixel : struct, IPixel<TPixel>
{
if (TestEnvironment.IsLinux) return;
string path = SavePng(provider, PngColorType.RgbWithAlpha);
using (var sdBitmap = new System.Drawing.Bitmap(path))

Loading…
Cancel
Save