Skip to content

Commit

Permalink
Remove allocation constrained test for bokeh blur
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Dec 13, 2020
1 parent 50f9716 commit 9fca028
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,13 +173,5 @@ public void BokehBlurFilterProcessor_Bounded<TPixel>(TestImageProvider<TPixel> p
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());
}
}
}

0 comments on commit 9fca028

Please sign in to comment.