Browse Source

skipping CloneAs_ToBgr24 before it drives us mad (see #576)

af/merge-core
Anton Firszov 8 years ago
parent
commit
41ef5ee4be
  1. 5
      tests/ImageSharp.Tests/Image/ImageCloneTests.cs

5
tests/ImageSharp.Tests/Image/ImageCloneTests.cs

@ -33,7 +33,10 @@ namespace SixLabors.ImageSharp.Tests
}
}
[Theory]
/// <summary>
/// https://github.com/SixLabors/ImageSharp/issues/576
/// </summary>
[Theory(Skip = "See https://github.com/SixLabors/ImageSharp/issues/576")]
[WithTestPatternImages(9, 9, PixelTypes.Rgba32)]
public void CloneAs_ToBgr24(TestImageProvider<Rgba32> provider)
{

Loading…
Cancel
Save