We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3adb58 commit 07d4418Copy full SHA for 07d4418
app/code/Magento/Customer/Test/Mftf/Test/SearchByEmailInCustomerGridTest.xml
@@ -7,7 +7,7 @@
7
-->
8
9
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
10
- <test name="SearchByEmailInCustomerGridTest">
+ <test name="SearchByEmailInCustomerGridTest" deprecated="Test is covered with multiple other scenarios">
11
<annotations>
12
<features value="Customer"/>
13
<stories value="Customer grid search"/>
@@ -16,6 +16,9 @@
16
<severity value="MAJOR"/>
17
<testCaseId value="MC-17985"/>
18
<useCaseId value="MC-17947"/>
19
+ <skip>
20
+ <issueId value="Test is deprecated" />
21
+ </skip>
22
<group value="customer"/>
23
<group value="pr_exclude"/>
24
</annotations>
0 commit comments