Skip to content

Commit 4ce4aac

Browse files
committed
MAGETWO-39942: Low quick search performance(MySql)
- Fix static and unit tests
1 parent f5c9800 commit 4ce4aac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/internal/Magento/Framework/Search/Test/Unit/Adapter/Mysql/Query/QueryContainerTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ class QueryContainerTest extends \PHPUnit_Framework_TestCase
2626

2727
protected function setUp()
2828
{
29-
$this->markTestSkipped('This test fails with Segmentation fault on CI with PHP 5.5.23');
29+
if (version_compare('5.5.23', phpversion(), '=')) {
30+
$this->markTestSkipped('This test fails with Segmentation fault on PHP 5.5.23');
31+
}
3032
$helper = new ObjectManager($this);
3133

3234
$this->select = $this->getMockBuilder('Magento\Framework\DB\Select')

0 commit comments

Comments
 (0)