Skip to content

Commit 9508225

Browse files
authored
Merge pull request #66 from magento-pangolin/MQE-1068
MQE-1068: Require Issue ID for Skipped Test
2 parents 63088b1 + 9bc1ff3 commit 9508225

17 files changed

+57
-29
lines changed

app/code/Magento/Analytics/Test/Mftf/Test/AdminConfigurationEnableDisableAnalyticsTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
<severity value="MAJOR"/>
1717
<testCaseId value="MAGETWO-66465"/>
1818
<group value="analytics"/>
19-
<!-- MAGETWO-90659 -->
20-
<group value="skip"/>
19+
<skip>
20+
<issueId value="MAGETWO-90659"/>
21+
</skip>
2122
</annotations>
2223
<after>
2324
<amOnPage stepKey="amOnLogoutPage" url="admin/admin/auth/logout/"/>

app/code/Magento/Analytics/Test/Mftf/Test/AdminConfigurationIndustryTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<severity value="MAJOR"/>
1818
<testCaseId value="MAGETWO-63898"/>
1919
<group value="analytics"/>
20-
<!-- MAGETWO-90659 -->
21-
<group value="skip"/>
20+
<skip>
21+
<issueId value="MAGETWO-90659"/>
22+
</skip>
2223
</annotations>
2324

2425
<actionGroup ref="LoginActionGroup" stepKey="loginAsAdmin"/>

app/code/Magento/Analytics/Test/Mftf/Test/AdminConfigurationPermissionTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MAGETWO-82648"/>
1919
<group value="analytics"/>
20-
<!-- MAGETWO-90659 -->
21-
<group value="skip"/>
20+
<skip>
21+
<issueId value="MAGETWO-90659"/>
22+
</skip>
2223
</annotations>
2324
<before>
2425
<createData stepKey="noReportUserRole" entity="adminNoReportRole"/>

app/code/Magento/Bundle/Test/Mftf/Test/MassEnableDisableBundleProductsTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-217"/>
1919
<group value="Bundle"/>
20-
<!--Skipped due to MAGETWO-92898-->
21-
<group value="skip"/>
20+
<skip>
21+
<issueId value="MAGETWO-92898"/>
22+
</skip>
2223
</annotations>
2324
<before>
2425
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>

app/code/Magento/Catalog/Test/Mftf/Test/AdminUnassignProductAttributeFromAttributeSetTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MC-194"/>
1919
<group value="Catalog"/>
20-
<!-- Skip because of MAGETWO-92780 -->
21-
<group value="skip"/>
20+
<skip>
21+
<issueId value="MAGETWO-92780"/>
22+
</skip>
2223
</annotations>
2324
<before>
2425
<createData entity="productDropDownAttribute" stepKey="attribute"/>

app/code/Magento/Catalog/Test/Mftf/Test/EndToEndB2CAdminTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
<description value="Admin creates products, creates and manages categories, creates promotions, creates an order, processes an order, processes a return, uses admin grids"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MAGETWO-87014"/>
19-
<!-- Skipped, see: https://jira.corp.magento.com/browse/MQE-891 -->
20-
<group value="skip"/>
19+
<skip>
20+
<issueId value="MQE-891"/>
21+
</skip>
2122
</annotations>
2223
<after>
2324
<actionGroup ref="logout" stepKey="logoutOfAdmin"/>

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontPurchaseProductWithCustomOptions.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
<description value="Admin should be able to sell products with different variants of their own"/>
1717
<severity value="CRITICAL"/>
1818
<testCaseId value="MAGETWO-61717"/>
19-
<!--Skip because of issue MAGETWO-90719-->
20-
<group value="skip"/>
19+
<skip>
20+
<issueId value="MAGETWO-90719"/>
21+
</skip>
2122
</annotations>
2223
<before>
2324
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/ConfigurableProductPriceAdditionalStoreViewTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
<description value="Configurable product price should not disappear for additional stores on frontEnd if disabled for default store"/>
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="MAGETWO-92247"/>
18-
<group value="skip"/>
18+
<skip>
19+
<issueId value="MAGETWO-92247"/>
20+
</skip>
1921
</annotations>
2022
<before>
2123

app/code/Magento/Tax/Test/Mftf/Test/StorefrontTaxQuoteCartTest.xml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,9 @@
248248
<severity value="CRITICAL"/>
249249
<testCaseId value="MC-297"/>
250250
<group value="Tax"/>
251-
<group value="skip"/>
252-
<!-- skipped due to MAGETWO-90539 -->
251+
<skip>
252+
<issueId value="MAGETWO-90539"/>
253+
</skip>
253254
</annotations>
254255
<before>
255256
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>
@@ -356,8 +357,9 @@
356357
<severity value="CRITICAL"/>
357358
<testCaseId value="MC-298"/>
358359
<group value="Tax"/>
359-
<group value="skip"/>
360-
<!-- Skipped due to MAGETWO-90539 -->
360+
<skip>
361+
<issueId value="MAGETWO-90539"/>
362+
</skip>
361363
</annotations>
362364
<before>
363365
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>

app/code/Magento/Tinymce3/Test/Mftf/Test/AdminSwitchWYSIWYGOptionsTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
<description value="Admin should able to switch between versions of TinyMCE"/>
1818
<severity value="CRITICAL"/>
1919
<testCaseId value="MAGETWO-82936"/>
20-
<!--Skip because of issue MAGETWO-89417-->
21-
<group value="skip"/>
20+
<skip>
21+
<issueId value="MAGETWO-89417"/>
22+
</skip>
2223
</annotations>
2324
<before>
2425
<actionGroup ref="LoginActionGroup" stepKey="loginGetFromGeneralFile"/>

0 commit comments

Comments
 (0)