Skip to content

Commit 038655b

Browse files
committed
Merge branch 'BUG#AC-435' into spartans_pr_19062022
2 parents 3f9f487 + 36c8e14 commit 038655b

File tree

1 file changed

+0
-2
lines changed
  • dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/ResourceModel/Product/Indexer/Price

1 file changed

+0
-2
lines changed

dev/tests/integration/testsuite/Magento/ConfigurableProduct/Model/ResourceModel/Product/Indexer/Price/ConfigurableTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ public function testGetProductFinalPriceIfOneOfChildIsDisabledPerStore(): void
125125
*/
126126
public function testGetProductMinimalPriceIfOneOfChildIsOutOfStock(): void
127127
{
128-
$this->markTestSkipped('MC-40451: Indexer\Price\ConfigurableTest failure on 2.4-develop');
129128
$configurableProduct = $this->getConfigurableProductFromCollection(1);
130129
$this->assertEquals(10, $configurableProduct->getMinimalPrice());
131130

@@ -172,7 +171,6 @@ public function testReindexWithCorrectPriority()
172171
*/
173172
public function testReindexIfAllChildrenIsOutOfStock(): void
174173
{
175-
$this->markTestSkipped('MC-40451: Indexer\Price\ConfigurableTest failure on 2.4-develop');
176174
$configurableProduct = $this->getConfigurableProductFromCollection(1);
177175
$this->assertEquals(10, $configurableProduct->getMinimalPrice());
178176

0 commit comments

Comments
 (0)