We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1900e6 commit 89de069Copy full SHA for 89de069
lib/internal/Magento/Framework/Config/Test/Unit/DomTest.php
@@ -164,7 +164,7 @@ public function testValidateCustomErrorFormatInvalid()
164
public function testValidateUnknownError()
165
{
166
if (!function_exists('libxml_set_external_entity_loader')) {
167
- $this->markTestSkipped('Skipped on HHVM');
+ $this->markTestSkipped('Skipped on HHVM. Will be fixed in MAGETWO-45033');
168
}
169
$xml = '<root><node id="id1"/><node id="id2"/></root>';
170
$schemaFile = __DIR__ . '/_files/sample.xsd';
0 commit comments