Skip to content

Commit 62274d9

Browse files
committed
MQE-1249: skip failing tests
1 parent e45aa7e commit 62274d9

File tree

4 files changed

+24
-1
lines changed

4 files changed

+24
-1
lines changed

app/code/Magento/CatalogRule/Test/Mftf/Test/AdminApplyCatalogRuleByCategoryTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<severity value="MAJOR"/>
1717
<testCaseId value="MC-74"/>
1818
<group value="CatalogRule"/>
19+
<skip>
20+
<issueId value="DEVOPS-3618"/>
21+
</skip>
1922
</annotations>
2023
<before>
2124
<createData entity="ApiCategory" stepKey="createCategoryOne"/>

app/code/Magento/CatalogRule/Test/Mftf/Test/AdminCreateCatalogPriceRuleTest.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-65"/>
1919
<group value="CatalogRule"/>
20+
<skip>
21+
<issueId value="DEVOPS-3618"/>
22+
</skip>
2023
</annotations>
2124
<before>
2225
<!-- Create the simple product and category that it will be in -->
@@ -74,6 +77,9 @@
7477
<severity value="MAJOR"/>
7578
<testCaseId value="MC-93"/>
7679
<group value="CatalogRule"/>
80+
<skip>
81+
<issueId value="DEVOPS-3618"/>
82+
</skip>
7783
</annotations>
7884
<before>
7985
<actionGroup stepKey="createNewPriceRule" ref="newCatalogPriceRuleByUI">
@@ -96,7 +102,9 @@
96102
<description value="Admin should be able to create a catalog price rule adjust final price to this percentage (for simple product)"/>
97103
<severity value="MAJOR"/>
98104
<testCaseId value="MC-69"/>
99-
<group value="CatalogRule"/>
105+
<skip>
106+
<issueId value="DEVOPS-3618"/>
107+
</skip>
100108
</annotations>
101109
<before>
102110
<actionGroup stepKey="createNewPriceRule" ref="newCatalogPriceRuleByUI">
@@ -120,6 +128,9 @@
120128
<severity value="MAJOR"/>
121129
<testCaseId value="MC-60"/>
122130
<group value="CatalogRule"/>
131+
<skip>
132+
<issueId value="DEVOPS-3618"/>
133+
</skip>
123134
</annotations>
124135
<before>
125136
<actionGroup stepKey="createNewPriceRule" ref="newCatalogPriceRuleByUI">
@@ -143,6 +154,9 @@
143154
<severity value="MAJOR"/>
144155
<testCaseId value="MC-71"/>
145156
<group value="CatalogRule"/>
157+
<skip>
158+
<issueId value="DEVOPS-3618"/>
159+
</skip>
146160
</annotations>
147161
<before>
148162
<!-- Create a simple product and a category-->

app/code/Magento/CatalogRule/Test/Mftf/Test/AdminDeleteCatalogPriceRuleTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MC-160"/>
1919
<group value="CatalogRule"/>
20+
<skip>
21+
<issueId value="DEVOPS-3618"/>
22+
</skip>
2023
</annotations>
2124
<before>
2225
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>

app/code/Magento/CatalogRule/Test/Mftf/Test/StorefrontInactiveCatalogRuleTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-79"/>
1919
<group value="CatalogRule"/>
20+
<skip>
21+
<issueId value="DEVOPS-3618"/>
22+
</skip>
2023
</annotations>
2124
<before>
2225
<actionGroup ref="LoginAsAdmin" stepKey="login"/>

0 commit comments

Comments
 (0)