Skip to content

Commit 46b6909

Browse files
committed
MC-33231: Stabilize Integration tests to work with elasticsearch
- Testing with ES7
1 parent 42f8248 commit 46b6909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/Price/AlgorithmBaseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ class AlgorithmBaseTest extends \PHPUnit\Framework\TestCase
3838
/**
3939
* @magentoDbIsolation disabled
4040
* @magentoAppIsolation enabled
41+
* @magentoConfigFixture default/catalog/search/engine elasticsearch7
4142
* @dataProvider pricesSegmentationDataProvider
4243
* @covers \Magento\Framework\Search\Dynamic\Algorithm::calculateSeparators
4344
*/
4445
public function testPricesSegmentation($categoryId, array $entityIds, array $intervalItems)
4546
{
46-
$this->markTestSkipped('MC-33231: Mysql Search Engine is deprecated. This test need stabilization.');
4747
$objectManager = Bootstrap::getObjectManager();
4848
$layer = $objectManager->create(\Magento\Catalog\Model\Layer\Category::class);
4949
/** @var \Magento\Framework\Search\Request\Aggregation\TermBucket $termBucket */

0 commit comments

Comments
 (0)