Skip to content

Commit 9fca028

Browse files
committed
Remove allocation constrained test for bokeh blur
1 parent 50f9716 commit 9fca028

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -173,13 +173,5 @@ public void BokehBlurFilterProcessor_Bounded<TPixel>(TestImageProvider<TPixel> p
173173
testOutputDetails: value.ToString(),
174174
appendPixelTypeToFileName: false);
175175
}
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-
}
184176
}
185177
}

0 commit comments

Comments
 (0)