Skip to content

Commit a2778e1

Browse files
committed
MC-18948: Switch default search engine from MySQL to ElasticSearch
- unskip test
1 parent 9bbffb0 commit a2778e1

File tree

1 file changed

+0
-4
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ListProduct

1 file changed

+0
-4
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Block/Product/ListProduct/SortingTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ protected function setUp()
9393
*/
9494
public function testProductListSortOrder(string $sortBy, string $direction, array $expectation): void
9595
{
96-
$this->markTestSkipped('MC-33231: Mysql Search Engine is deprecated. This test need stabilization.');
9796
$category = $this->updateCategorySortBy('Category 1', Store::DEFAULT_STORE_ID, $sortBy);
9897
$this->renderBlock($category, $direction);
9998
$this->assertBlockSorting($sortBy, $expectation);
@@ -109,7 +108,6 @@ public function testProductListSortOrder(string $sortBy, string $direction, arra
109108
*/
110109
public function testProductListSortOrderWithConfig(string $sortBy, string $direction, array $expectation): void
111110
{
112-
$this->markTestSkipped('MC-33231: Mysql Search Engine is deprecated. This test need stabilization.');
113111
$this->assertProductListSortOrderWithConfig($sortBy, $direction, $expectation);
114112
}
115113

@@ -178,7 +176,6 @@ public function testProductListSortOrderOnStoreView(
178176
array $expectation,
179177
string $defaultSortBy
180178
): void {
181-
$this->markTestSkipped('MC-33231: Mysql Search Engine is deprecated. This test need stabilization.');
182179
$secondStoreId = (int)$this->storeManager->getStore('fixture_second_store')->getId();
183180
$this->updateCategorySortBy('Category 1', Store::DEFAULT_STORE_ID, $defaultSortBy);
184181
$category = $this->updateCategorySortBy('Category 1', $secondStoreId, $sortBy);
@@ -202,7 +199,6 @@ public function testProductListSortOrderWithConfigOnStoreView(
202199
array $expectation,
203200
string $defaultSortBy
204201
): void {
205-
$this->markTestSkipped('MC-33231: Mysql Search Engine is deprecated. This test need stabilization.');
206202
$this->objectManager->removeSharedInstance(Config::class);
207203
$secondStoreId = (int)$this->storeManager->getStore('fixture_second_store')->getId();
208204
$this->scopeConfig->setValue(

0 commit comments

Comments
 (0)