Skip to content

Commit 89de069

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

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Config/Test/Unit

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Config/Test/Unit/DomTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ public function testValidateCustomErrorFormatInvalid()
164164
public function testValidateUnknownError()
165165
{
166166
if (!function_exists('libxml_set_external_entity_loader')) {
167-
$this->markTestSkipped('Skipped on HHVM');
167+
$this->markTestSkipped('Skipped on HHVM. Will be fixed in MAGETWO-45033');
168168
}
169169
$xml = '<root><node id="id1"/><node id="id2"/></root>';
170170
$schemaFile = __DIR__ . '/_files/sample.xsd';

0 commit comments

Comments
 (0)