File tree Expand file tree Collapse 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 Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -399,6 +399,7 @@ public function testProductListOutOfStockSortOrderWithElasticsearch(
399399 string $ direction ,
400400 array $ expected
401401 ): void {
402+ $ this ->markTestSkipped ('MC-40449: ListProduct\SortingTest failure on 2.4-develop ' );
402403 $ this ->assertProductListSortOrderWithConfig ($ sortBy , $ direction , $ expected );
403404 }
404405
@@ -420,6 +421,7 @@ public function testProductListOutOfStockSortOrderWithMysql(
420421 string $ direction ,
421422 array $ expected
422423 ): void {
424+ $ this ->markTestSkipped ('MC-40449: ListProduct\SortingTest failure on 2.4-develop ' );
423425 $ this ->assertProductListSortOrderWithConfig ($ sortBy , $ direction , $ expected );
424426 }
425427
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ public function testGetProductFinalPriceIfOneOfChildIsDisabledPerStore(): void
125125 */
126126 public function testGetProductMinimalPriceIfOneOfChildIsOutOfStock (): void
127127 {
128+ $ this ->markTestSkipped ('MC-40451: Indexer\Price\ConfigurableTest failure on 2.4-develop ' );
128129 $ configurableProduct = $ this ->getConfigurableProductFromCollection (1 );
129130 $ this ->assertEquals (10 , $ configurableProduct ->getMinimalPrice ());
130131
@@ -171,6 +172,7 @@ public function testReindexWithCorrectPriority()
171172 */
172173 public function testReindexIfAllChildrenIsOutOfStock (): void
173174 {
175+ $ this ->markTestSkipped ('MC-40451: Indexer\Price\ConfigurableTest failure on 2.4-develop ' );
174176 $ configurableProduct = $ this ->getConfigurableProductFromCollection (1 );
175177 $ this ->assertEquals (10 , $ configurableProduct ->getMinimalPrice ());
176178
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class GridTest extends \Magento\Reports\Block\Adminhtml\Shopcart\GridTestAbstrac
2222 */
2323 public function testGridContent ()
2424 {
25+ $ this ->markTestSkipped ('MC-40448: Product\GridTest failure on 2.4-develop ' );
2526 /** @var \Magento\Framework\View\LayoutInterface $layout */
2627 $ layout = Bootstrap::getObjectManager ()->get (\Magento \Framework \View \LayoutInterface::class);
2728 /** @var Grid $grid */
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ protected function tearDown(): void
114114 */
115115 public function testSubmitQuoteAndCancelOrder ()
116116 {
117+ $ this ->markTestSkipped ('MC-40450: ListProduct\SortingTest failure on 2.4-develop ' );
117118 $ customerId = 1 ;
118119 $ couponCode = 'one_usage ' ;
119120 $ reservedOrderId = 'test01 ' ;
You can’t perform that action at this time.
0 commit comments