File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
dev/tests/integration/testsuite/Magento/SalesRule/Model/Rule/Condition Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,14 @@ protected function setUp()
28
28
* @magentoAppIsolation enabled
29
29
* @param int $categoryId
30
30
* @param bool $expectedResult
31
- * @magentoDataFixture Magento/ConfigurableProduct/_files/quote_with_configurable_product.php
32
- * @magentoDataFixture Magento/SalesRule/_files/rules_category.php
33
31
* @dataProvider validateProductConditionDataProvider
34
32
*/
35
33
public function testValidateCategorySalesRuleIncludesChildren ($ categoryId , $ expectedResult )
36
34
{
35
+ //* @magentoDataFixture Magento/ConfigurableProduct/_files/quote_with_configurable_product.php
36
+ //* @magentoDataFixture Magento/SalesRule/_files/rules_category.php
37
+ $ this ->markTestSkipped ('MAGETWO-87436 ' );
38
+
37
39
// Load the quote that contains a child of a configurable product
38
40
/** @var \Magento\Quote\Model\Quote $quote */
39
41
$ quote = $ this ->objectManager ->create (\Magento \Quote \Model \Quote::class)
You can’t perform that action at this time.
0 commit comments