@@ -93,7 +93,6 @@ protected function setUp()
93
93
*/
94
94
public function testProductListSortOrder (string $ sortBy , string $ direction , array $ expectation ): void
95
95
{
96
- $ this ->markTestSkipped ('MC-33231: Mysql Search Engine is deprecated. This test need stabilization. ' );
97
96
$ category = $ this ->updateCategorySortBy ('Category 1 ' , Store::DEFAULT_STORE_ID , $ sortBy );
98
97
$ this ->renderBlock ($ category , $ direction );
99
98
$ this ->assertBlockSorting ($ sortBy , $ expectation );
@@ -109,7 +108,6 @@ public function testProductListSortOrder(string $sortBy, string $direction, arra
109
108
*/
110
109
public function testProductListSortOrderWithConfig (string $ sortBy , string $ direction , array $ expectation ): void
111
110
{
112
- $ this ->markTestSkipped ('MC-33231: Mysql Search Engine is deprecated. This test need stabilization. ' );
113
111
$ this ->assertProductListSortOrderWithConfig ($ sortBy , $ direction , $ expectation );
114
112
}
115
113
@@ -178,7 +176,6 @@ public function testProductListSortOrderOnStoreView(
178
176
array $ expectation ,
179
177
string $ defaultSortBy
180
178
): void {
181
- $ this ->markTestSkipped ('MC-33231: Mysql Search Engine is deprecated. This test need stabilization. ' );
182
179
$ secondStoreId = (int )$ this ->storeManager ->getStore ('fixture_second_store ' )->getId ();
183
180
$ this ->updateCategorySortBy ('Category 1 ' , Store::DEFAULT_STORE_ID , $ defaultSortBy );
184
181
$ category = $ this ->updateCategorySortBy ('Category 1 ' , $ secondStoreId , $ sortBy );
@@ -202,7 +199,6 @@ public function testProductListSortOrderWithConfigOnStoreView(
202
199
array $ expectation ,
203
200
string $ defaultSortBy
204
201
): void {
205
- $ this ->markTestSkipped ('MC-33231: Mysql Search Engine is deprecated. This test need stabilization. ' );
206
202
$ this ->objectManager ->removeSharedInstance (Config::class);
207
203
$ secondStoreId = (int )$ this ->storeManager ->getStore ('fixture_second_store ' )->getId ();
208
204
$ this ->scopeConfig ->setValue (
0 commit comments