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 f5c9800 commit 4ce4aacCopy full SHA for 4ce4aac
lib/internal/Magento/Framework/Search/Test/Unit/Adapter/Mysql/Query/QueryContainerTest.php
@@ -26,7 +26,9 @@ class QueryContainerTest extends \PHPUnit_Framework_TestCase
26
27
protected function setUp()
28
{
29
- $this->markTestSkipped('This test fails with Segmentation fault on CI with PHP 5.5.23');
+ if (version_compare('5.5.23', phpversion(), '=')) {
30
+ $this->markTestSkipped('This test fails with Segmentation fault on PHP 5.5.23');
31
+ }
32
$helper = new ObjectManager($this);
33
34
$this->select = $this->getMockBuilder('Magento\Framework\DB\Select')
0 commit comments