Skip to content

Commit b2846ed

Browse files
MFTF tests updates: skip failing tests.
1 parent 605cc52 commit b2846ed

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerDirectlyToCustomWebsiteTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
value="Verify admin user can directly login into customer account on custom website using 'Login as customer' functionality"/>
1818
<severity value="BLOCKER"/>
1919
<group value="login_as_customer"/>
20+
<skip>
21+
<issueId value="https://github.com/magento/magento2-login-as-customer/issues/102"/>
22+
</skip>
2023
</annotations>
2124
<before>
2225
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 1"

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerLogNotShownIfLoginAsCustomerDisabledTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<description value="Verify that 'Login As Customer Log' not shown if 'Login as customer' functionality is disabled"/>
1717
<severity value="CRITICAL"/>
1818
<group value="login_as_customer"/>
19+
<skip>
20+
<issueId value="https://github.com/magento/magento2-login-as-customer/issues/71"/>
21+
</skip>
1922
</annotations>
2023
<before>
2124
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0" stepKey="disableLoginAsCustomer"/>

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminLoginAsCustomerManualChooseTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
value="Verify admin user can directly login into customer account to Custom store view when Store View To Login In = Manual Choose"/>
1919
<severity value="CRITICAL"/>
2020
<group value="login_as_customer"/>
21+
<skip>
22+
<issueId value="https://github.com/magento/magento2-login-as-customer/issues/102"/>
23+
</skip>
2124
</annotations>
2225
<before>
2326
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>

app/code/Magento/LoginAsCustomer/Test/Mftf/Test/AdminUINotShownIfLoginAsCustomerDisabledTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
<description value="Verify that UI elements are not shown if 'Login as customer' functionality is disabled"/>
1717
<severity value="CRITICAL"/>
1818
<group value="login_as_customer"/>
19+
<skip>
20+
<issueId value="https://github.com/magento/magento2-login-as-customer/issues/71"/>
21+
</skip>
1922
</annotations>
2023
<before>
2124
<magentoCLI command="config:set {{LoginAsCustomerConfigDataEnabled.path}} 0" stepKey="disableLoginAsCustomer"/>

0 commit comments

Comments
 (0)