File tree 4 files changed +6
-0
lines changed
dev/tests/integration/testsuite/Magento
Catalog/Block/Product/ListProduct
ConfigurableProduct/Model/ResourceModel/Product/Indexer/Price
Reports/Block/Adminhtml/Shopcart/Product 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -399,6 +399,7 @@ public function testProductListOutOfStockSortOrderWithElasticsearch(
399
399
string $ direction ,
400
400
array $ expected
401
401
): void {
402
+ $ this ->markTestSkipped ('MC-40449: ListProduct\SortingTest failure on 2.4-develop ' );
402
403
$ this ->assertProductListSortOrderWithConfig ($ sortBy , $ direction , $ expected );
403
404
}
404
405
@@ -420,6 +421,7 @@ public function testProductListOutOfStockSortOrderWithMysql(
420
421
string $ direction ,
421
422
array $ expected
422
423
): void {
424
+ $ this ->markTestSkipped ('MC-40449: ListProduct\SortingTest failure on 2.4-develop ' );
423
425
$ this ->assertProductListSortOrderWithConfig ($ sortBy , $ direction , $ expected );
424
426
}
425
427
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ public function testGetProductFinalPriceIfOneOfChildIsDisabledPerStore(): void
125
125
*/
126
126
public function testGetProductMinimalPriceIfOneOfChildIsOutOfStock (): void
127
127
{
128
+ $ this ->markTestSkipped ('MC-40451: Indexer\Price\ConfigurableTest failure on 2.4-develop ' );
128
129
$ configurableProduct = $ this ->getConfigurableProductFromCollection (1 );
129
130
$ this ->assertEquals (10 , $ configurableProduct ->getMinimalPrice ());
130
131
@@ -171,6 +172,7 @@ public function testReindexWithCorrectPriority()
171
172
*/
172
173
public function testReindexIfAllChildrenIsOutOfStock (): void
173
174
{
175
+ $ this ->markTestSkipped ('MC-40451: Indexer\Price\ConfigurableTest failure on 2.4-develop ' );
174
176
$ configurableProduct = $ this ->getConfigurableProductFromCollection (1 );
175
177
$ this ->assertEquals (10 , $ configurableProduct ->getMinimalPrice ());
176
178
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class GridTest extends \Magento\Reports\Block\Adminhtml\Shopcart\GridTestAbstrac
22
22
*/
23
23
public function testGridContent ()
24
24
{
25
+ $ this ->markTestSkipped ('MC-40448: Product\GridTest failure on 2.4-develop ' );
25
26
/** @var \Magento\Framework\View\LayoutInterface $layout */
26
27
$ layout = Bootstrap::getObjectManager ()->get (\Magento \Framework \View \LayoutInterface::class);
27
28
/** @var Grid $grid */
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ protected function tearDown(): void
114
114
*/
115
115
public function testSubmitQuoteAndCancelOrder ()
116
116
{
117
+ $ this ->markTestSkipped ('MC-40450: ListProduct\SortingTest failure on 2.4-develop ' );
117
118
$ customerId = 1 ;
118
119
$ couponCode = 'one_usage ' ;
119
120
$ reservedOrderId = 'test01 ' ;
You can’t perform that action at this time.
0 commit comments