Skip to content

Commit 9050cf0

Browse files
author
Joan He
committed
MC-19451: Adapt functional tests to Elasticsearch
1 parent d790579 commit 9050cf0

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd">
10+
<rule scope="testsuite">
11+
<allow>
12+
<module value="Magento_Install"/>
13+
<module value="Magento_CatalogSampleData"/>
14+
<module value="Magento_BundleSampleData"/>
15+
<module value="Magento_ConfigurableSampleData"/>
16+
<module value="Magento_CustomerSampleData"/>
17+
<module value="Magento_DownloadableSampleData"/>
18+
<module value="Magento_GroupedProductSampleData"/>
19+
<module value="Magento_SalesSampleData"/>
20+
</allow>
21+
</rule>
22+
<rule scope="testcase">
23+
<deny>
24+
<tag group="mftf_migrated" value="yes" />
25+
</deny>
26+
</rule>
27+
<rule scope="variation">
28+
<deny>
29+
<tag group="mftf_migrated" value="yes" />
30+
</deny>
31+
</rule>
32+
</config>

0 commit comments

Comments
 (0)