File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
dev/tests/integration/testsuite/Magento/Catalog/Model/Layer/Filter/Price Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ class AlgorithmBaseTest extends \PHPUnit\Framework\TestCase
38
38
/**
39
39
* @magentoDbIsolation disabled
40
40
* @magentoAppIsolation enabled
41
+ * @magentoConfigFixture default/catalog/search/engine elasticsearch7
41
42
* @dataProvider pricesSegmentationDataProvider
42
43
* @covers \Magento\Framework\Search\Dynamic\Algorithm::calculateSeparators
43
44
*/
44
45
public function testPricesSegmentation ($ categoryId , array $ entityIds , array $ intervalItems )
45
46
{
46
- $ this ->markTestSkipped ('MC-33231: Mysql Search Engine is deprecated. This test need stabilization. ' );
47
47
$ objectManager = Bootstrap::getObjectManager ();
48
48
$ layer = $ objectManager ->create (\Magento \Catalog \Model \Layer \Category::class);
49
49
/** @var \Magento\Framework\Search\Request\Aggregation\TermBucket $termBucket */
You can’t perform that action at this time.
0 commit comments