Skip to content

Commit cd7c62f

Browse files
committed
BUG#AC-435: Removed test skipped statement in Product\Indexer\Price\ConfigurableTest
1 parent e897727 commit cd7c62f

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)