Skip to content

Commit 7bbcf37

Browse files
committed
Merge branch 'MC-16318' into MC-17139
2 parents 3c6dc75 + 9894cd4 commit 7bbcf37

9 files changed

+29
-3
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/EndToEndB2CGuestUserTest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="EndToEndB2CGuestUserTest">
12+
<annotations>
13+
<skip>
14+
<issueId value="MC-16684"/>
15+
</skip>
16+
</annotations>
1217
<!-- Step 3: User adds products to cart -->
1318
<comment userInput="Start of adding products to cart" stepKey="startOfAddingProductsToCart" after="endOfBrowsingCatalog"/>
1419
<!-- Add Simple Product 1 to cart -->

app/code/Magento/Checkout/Test/Mftf/Test/EndToEndB2CLoggedInUserTest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="EndToEndB2CLoggedInUserTest">
12+
<annotations>
13+
<skip>
14+
<issueId value="MC-16684"/>
15+
</skip>
16+
</annotations>
1217
<!-- Step 3: User adds products to cart -->
1318
<comment userInput="Start of adding products to cart" stepKey="startOfAddingProductsToCart" after="endOfBrowsingCatalog"/>
1419
<!-- Add Simple Product 1 to cart -->

app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleAndVerifyRuleConditionAndFreeShippingIsAppliedTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<severity value="CRITICAL"/>
1717
<group value="SalesRule"/>
1818
<group value="mtf_migrated"/>
19+
<skip>
20+
<issueId value="MC-16684"/>
21+
</skip>
1922
</annotations>
2023

2124
<before>

app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleAndVerifyRuleConditionIsNotAppliedTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<group value="SalesRule"/>
1818
<group value="mtf_migrated"/>
1919
<skip>
20-
<issueId value="MC-17140"/>
20+
<issueId value="MC-16684"/>
2121
</skip>
2222
</annotations>
2323

app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleForMatchingSubtotalAndVerifyRuleConditionIsAppliedTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<severity value="CRITICAL"/>
1717
<group value="SalesRule"/>
1818
<group value="mtf_migrated"/>
19+
<skip>
20+
<issueId value="MC-16684"/>
21+
</skip>
1922
</annotations>
2023

2124
<before>

app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleWithMatchingCategoryAndVerifyRuleConditionIsAppliedTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<group value="SalesRule"/>
1818
<group value="mtf_migrated"/>
1919
<skip>
20-
<issueId value="MC-17140"/>
20+
<issueId value="MC-16684"/>
2121
</skip>
2222
</annotations>
2323

app/code/Magento/SalesRule/Test/Mftf/Test/AdminCreateCartPriceRuleWithMatchingTotalWeightAndVerifyRuleConditionIsAppliedTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<group value="SalesRule"/>
1818
<group value="mtf_migrated"/>
1919
<skip>
20-
<issueId value="MC-17140"/>
20+
<issueId value="MC-16684"/>
2121
</skip>
2222
</annotations>
2323

app/code/Magento/SalesRule/Test/Mftf/Test/EndToEndB2CGuestUserTest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="EndToEndB2CGuestUserTest">
12+
<annotations>
13+
<skip>
14+
<issueId value="MC-16684"/>
15+
</skip>
16+
</annotations>
1217
<before>
1318
<createData entity="ApiSalesRule" stepKey="createSalesRule"/>
1419
<createData entity="ApiSalesRuleCoupon" stepKey="createSalesRuleCoupon">

app/code/Magento/SalesRule/Test/Mftf/Test/EndToEndB2CLoggedInUserTest.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1111
<test name="EndToEndB2CLoggedInUserTest">
12+
<annotations>
13+
<skip>
14+
<issueId value="MC-16684"/>
15+
</skip>
16+
</annotations>
1217
<before>
1318
<createData entity="ApiSalesRule" stepKey="createSalesRule"/>
1419
<createData entity="ApiSalesRuleCoupon" stepKey="createSalesRuleCoupon">

0 commit comments

Comments
 (0)