Skip to content

Commit 1efca2e

Browse files
committed
MC-20539: Fix MFTF tests to work with elasticsearch
- skipping MFTF tests
1 parent e162c7f commit 1efca2e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/code/Magento/CatalogSearch/Test/Mftf/Test/SearchEntityResultsTest/QuickSearchTwoProductsWithDifferentWeightTest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<group value="CatalogSearch"/>
1818
<group value="SearchEngineElasticsearch"/>
1919
<group value="mtf_migrated"/>
20-
<!-- <skip>-->
21-
<!-- <issueId value="MC-18948"/>-->
22-
<!-- </skip>-->
2320
</annotations>
2421
<before>
2522
<actionGroup ref="AdminCreateAttributeWithSearchWeightActionGroup" stepKey="createProduct1Attribute">

app/code/Magento/Elasticsearch6/Test/Mftf/Test/StorefrontElasticSearchForChineseLocaleTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<group value="SearchEngineElasticsearch"/>
2222
</annotations>
2323
<before>
24-
<!-- Set search engine to Elastic 6, set Locale to China, create category and product, then go to Storefront -->
24+
<!-- Set search engine to Elastic, set Locale to China, create category and product, then go to Storefront -->
2525
<actionGroup ref="AdminLoginActionGroup" stepKey="login"/>
2626
<magentoCLI command="config:set --scope={{GeneralLocalCodeConfigsForChina.scope}} --scope-code={{GeneralLocalCodeConfigsForChina.scope_code}} {{GeneralLocalCodeConfigsForChina.path}} {{GeneralLocalCodeConfigsForChina.value}}" stepKey="setLocaleToChina"/>
2727
<comment userInput="Moved to appropriate test suite" stepKey="enableElasticsearch6"/>

app/code/Magento/LayeredNavigation/Test/Mftf/Test/ShopByButtonInMobileTest.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
<testCaseId value="MC-6092"/>
1919
<group value="LayeredNavigation"/>
2020
<group value="SearchEngineElasticsearch"/>
21+
<skip>
22+
<issueId value="MC-21228"/>
23+
</skip>
2124
</annotations>
2225
<before>
2326
<createData entity="productDropDownAttribute" stepKey="attribute"/>

0 commit comments

Comments
 (0)