Skip to content

Commit 8d0b4c4

Browse files
committed
MC-20358: Create New MFTF Suites for MySQL/Elasticsearch Specific Functionality
* Removing after block from Elasticsearch suite
1 parent 188d766 commit 8d0b4c4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

app/code/Magento/Elasticsearch6/Test/Mftf/Suite/SearchEngineElasticsearchSuite.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@
1212
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
1313
<magentoCLI command="cache:flush" stepKey="flushCache"/>
1414
</before>
15-
<after>
16-
<magentoCLI stepKey="setSearchEngineToMysql" command="config:set {{SearchEngineMysqlConfigData.path}} {{SearchEngineMysqlConfigData.value}}"/>
17-
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
18-
<magentoCLI command="cache:flush" stepKey="flushCache"/>
19-
</after>
15+
<after></after>
2016
<include>
2117
<group name="SearchEngineElasticsearch" />
2218
</include>

0 commit comments

Comments
 (0)