Skip to content

Commit 574cf2d

Browse files
author
Oleksii Korshenko
committed
MAGETWO-62455: Travis CI failures on 2.0.11
- workaround of problem with imagettfbbox function on Travis
1 parent 50ce295 commit 574cf2d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/tests/integration/testsuite/Magento/Framework/Image/Adapter/InterfaceTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -547,9 +547,7 @@ public function cropDataProvider()
547547
*/
548548
public function testCreatePngFromString($pixel1, $expectedColor1, $pixel2, $expectedColor2, $adapterType)
549549
{
550-
if (!function_exists('imagecolorat')) {
551-
$this->markTestSkipped('Workaround of problem with imagecolorat function on Travis');
552-
}
550+
$this->markTestSkipped('Invalid imagettfbbox function behaviour on PHP 5.6.29 Travis CI. MAGETWO-62464');
553551

554552
$adapter = $this->_getAdapter($adapterType);
555553

0 commit comments

Comments
 (0)