Skip to content

Commit a1900e6

Browse files
committed
MAGETWO-44931: [HHVM] Tests of different groups failed to start
- changing skipped test messages
1 parent 092ceea commit a1900e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Developer/Test/Unit/Console/Command/XmlConverterCommandTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class XmlConverterCommandTest extends \PHPUnit_Framework_TestCase
3737
public function setUp()
3838
{
3939
if (!function_exists('libxml_set_external_entity_loader')) {
40-
$this->markTestSkipped('Skipped on HHVM');
40+
$this->markTestSkipped('Skipped on HHVM. Will be fixed in MAGETWO-45033');
4141
}
4242
$this->formatter = $this->getMock('Magento\Developer\Model\Tools\Formatter', [], [], '', false);
4343
$this->domFactory = $this->getMock('Magento\Framework\DomDocument\DomDocumentFactory', [], [], '', false);

0 commit comments

Comments
 (0)