@@ -93,6 +93,7 @@ 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. ' );
96
97
$ category = $ this ->updateCategorySortBy ('Category 1 ' , Store::DEFAULT_STORE_ID , $ sortBy );
97
98
$ this ->renderBlock ($ category , $ direction );
98
99
$ this ->assertBlockSorting ($ sortBy , $ expectation );
@@ -108,6 +109,7 @@ public function testProductListSortOrder(string $sortBy, string $direction, arra
108
109
*/
109
110
public function testProductListSortOrderWithConfig (string $ sortBy , string $ direction , array $ expectation ): void
110
111
{
112
+ $ this ->markTestSkipped ('MC-33231: Mysql Search Engine is deprecated. This test need stabilization. ' );
111
113
$ this ->objectManager ->removeSharedInstance (Config::class);
112
114
$ this ->scopeConfig ->setValue (
113
115
Config::XML_PATH_LIST_DEFAULT_SORT_BY ,
@@ -185,6 +187,7 @@ public function testProductListSortOrderOnStoreView(
185
187
array $ expectation ,
186
188
string $ defaultSortBy
187
189
): void {
190
+ $ this ->markTestSkipped ('MC-33231: Mysql Search Engine is deprecated. This test need stabilization. ' );
188
191
$ secondStoreId = (int )$ this ->storeManager ->getStore ('fixture_second_store ' )->getId ();
189
192
$ this ->updateCategorySortBy ('Category 1 ' , Store::DEFAULT_STORE_ID , $ defaultSortBy );
190
193
$ category = $ this ->updateCategorySortBy ('Category 1 ' , $ secondStoreId , $ sortBy );
@@ -208,6 +211,7 @@ public function testProductListSortOrderWithConfigOnStoreView(
208
211
array $ expectation ,
209
212
string $ defaultSortBy
210
213
): void {
214
+ $ this ->markTestSkipped ('MC-33231: Mysql Search Engine is deprecated. This test need stabilization. ' );
211
215
$ this ->objectManager ->removeSharedInstance (Config::class);
212
216
$ secondStoreId = (int )$ this ->storeManager ->getStore ('fixture_second_store ' )->getId ();
213
217
$ this ->scopeConfig ->setValue (
0 commit comments