Skip to content
Snippets Groups Projects
Commit ec2f9269 authored by Vitaliy Goncharenko's avatar Vitaliy Goncharenko
Browse files

MAGETWO-61132: Integration test Magento\Directory\Model\ObserverTest fails due...

MAGETWO-61132: Integration test Magento\Directory\Model\ObserverTest fails due to 3rd party service outage
parent d40ab324
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ class ObserverTest extends \PHPUnit_Framework_TestCase ...@@ -67,7 +67,7 @@ class ObserverTest extends \PHPUnit_Framework_TestCase
$url = str_replace('{{CURRENCY_TO}}', 'GBP', $url); $url = str_replace('{{CURRENCY_TO}}', 'GBP', $url);
try { try {
file_get_contents($url); file_get_contents($url);
} catch (\PHPUnit_Framework_Error_Warning $e) { } catch (\PHPUnit_Framework_Exception $e) {
$this->markTestSkipped('http://www.webservicex.net is unavailable '); $this->markTestSkipped('http://www.webservicex.net is unavailable ');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment