Browse Source

skipping the CopyToBufferArea tests again

af/merge-core
Anton Firszov 9 years ago
parent
commit
7da7b6a996
  1. 8
      tests/ImageSharp.Tests/Formats/Jpg/Block8x8FTests.CopyToBufferArea.cs

8
tests/ImageSharp.Tests/Formats/Jpg/Block8x8FTests.CopyToBufferArea.cs

@ -42,8 +42,8 @@ namespace SixLabors.ImageSharp.Tests.Formats.Jpg
} }
// TODO: This test occasionally fails from the same reason certain ICC tests are failing. Should be false negative. // TODO: This test occasionally fails from the same reason certain ICC tests are failing. Should be false negative.
//[Fact(Skip = "This test occasionally fails from the same reason certain ICC tests are failing. Should be false negative.")] [Fact(Skip = "This test occasionally fails from the same reason certain ICC tests are failing. Should be false negative.")]
[Fact] //[Fact]
public void Unscaled() public void Unscaled()
{ {
Block8x8F block = CreateRandomFloatBlock(0, 100); Block8x8F block = CreateRandomFloatBlock(0, 100);
@ -64,8 +64,8 @@ namespace SixLabors.ImageSharp.Tests.Formats.Jpg
} }
// TODO: This test occasionally fails from the same reason certain ICC tests are failing. Should be false negative. // TODO: This test occasionally fails from the same reason certain ICC tests are failing. Should be false negative.
//[Theory(Skip = "This test occasionally fails from the same reason certain ICC tests are failing. Should be false negative.")] [Theory(Skip = "This test occasionally fails from the same reason certain ICC tests are failing. Should be false negative.")]
[Theory] //[Theory]
[InlineData(1, 1)] [InlineData(1, 1)]
[InlineData(1, 2)] [InlineData(1, 2)]
[InlineData(2, 1)] [InlineData(2, 1)]

Loading…
Cancel
Save