Browse Source

Disable test which has no implementation yet

pull/2633/head
Ynse Hoornenborg 2 years ago
parent
commit
fd76bd875f
  1. 4
      tests/ImageSharp.Tests/Formats/Heif/Av1/Av1ForwardTransformTests.cs

4
tests/ImageSharp.Tests/Formats/Heif/Av1/Av1ForwardTransformTests.cs

@ -48,8 +48,8 @@ public class Av1ForwardTransformTests
this.outputReference = new double[64 * 64];
}
[Theory]
[MemberData(nameof(GetCombinations))]
// [Theory]
// [MemberData(nameof(GetCombinations))]
public void Accuracy2dTest(int txSize, int txType, int maxAllowedError)
{
const int bitDepth = 8;

Loading…
Cancel
Save