Skip to content

Commit bd52ab0

Browse files
committed
MAGETWO-87436: Unstable Mainline Test Magento\SalesRule\Model\Rule\Condition\ProductTest::testValidateCategorySalesRuleIncludesChildren
- Unskipped unstable test to try and reproduce on Bamboo
1 parent d7352dd commit bd52ab0

File tree

1 file changed

+3
-4
lines changed
  • dev/tests/integration/testsuite/Magento/SalesRule/Model/Rule/Condition

1 file changed

+3
-4
lines changed

dev/tests/integration/testsuite/Magento/SalesRule/Model/Rule/Condition/ProductTest.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@ protected function setUp()
2828
* @magentoAppIsolation enabled
2929
* @param int $categoryId
3030
* @param bool $expectedResult
31+
*
32+
* @magentoDataFixture Magento/ConfigurableProduct/_files/quote_with_configurable_product.php
33+
* @magentoDataFixture Magento/SalesRule/_files/rules_category.php
3134
* @dataProvider validateProductConditionDataProvider
3235
*/
3336
public function testValidateCategorySalesRuleIncludesChildren($categoryId, $expectedResult)
3437
{
35-
//* @magentoDataFixture Magento/ConfigurableProduct/_files/quote_with_configurable_product.php
36-
//* @magentoDataFixture Magento/SalesRule/_files/rules_category.php
37-
$this->markTestSkipped('MAGETWO-87436');
38-
3938
// Load the quote that contains a child of a configurable product
4039
/** @var \Magento\Quote\Model\Quote $quote */
4140
$quote = $this->objectManager->create(\Magento\Quote\Model\Quote::class)

0 commit comments

Comments
 (0)