We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50f9716 commit 9fca028Copy full SHA for 9fca028
tests/ImageSharp.Tests/Processing/Processors/Convolution/BokehBlurTest.cs
@@ -173,13 +173,5 @@ public void BokehBlurFilterProcessor_Bounded<TPixel>(TestImageProvider<TPixel> p
173
testOutputDetails: value.ToString(),
174
appendPixelTypeToFileName: false);
175
}
176
-
177
- [Theory]
178
- [WithTestPatternImages(100, 300, PixelTypes.Bgr24)]
179
- public void WorksWithDiscoBuffers<TPixel>(TestImageProvider<TPixel> provider)
180
- where TPixel : unmanaged, IPixel<TPixel>
181
- {
182
- provider.RunBufferCapacityLimitProcessorTest(41, c => c.BokehBlur());
183
- }
184
185
0 commit comments