Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

T15977 gd webm #16027

Closed
wants to merge 10 commits into from
Prev Previous commit
[#15977] - disabling image/render test again
  • Loading branch information
niden committed Jul 20, 2022
commit 36817e9fa5c17ddae69976933c3ef51b6b8ff98e
1 change: 1 addition & 0 deletions tests/unit/Image/Adapter/Gd/RenderCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ class RenderCest
*/
public function imageAdapterGdRender(UnitTester $I)
{
$I->skipTest('TODO: There is a segfault coming from this test');
$I->wantToTest('Image\Adapter\Gd - render()');

$params = [
Expand Down