Browse Source

Remove allocation constrained test for bokeh blur

js/color-alpha-handling
Sergio Pedri 5 years ago
parent
commit
f62e2f9748
  1. 8
      tests/ImageSharp.Tests/Processing/Processors/Convolution/BokehBlurTest.cs

8
tests/ImageSharp.Tests/Processing/Processors/Convolution/BokehBlurTest.cs

@ -173,13 +173,5 @@ namespace SixLabors.ImageSharp.Tests.Processing.Processors.Convolution
testOutputDetails: value.ToString(),
appendPixelTypeToFileName: false);
}
[Theory]
[WithTestPatternImages(100, 300, PixelTypes.Bgr24)]
public void WorksWithDiscoBuffers<TPixel>(TestImageProvider<TPixel> provider)
where TPixel : unmanaged, IPixel<TPixel>
{
provider.RunBufferCapacityLimitProcessorTest(41, c => c.BokehBlur());
}
}
}

Loading…
Cancel
Save