File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed
dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
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 =" testcase" >
11
+ <deny >
12
+ <tag group =" stable" value =" no" />
13
+ <tag group =" to_maintain" value =" yes" />
14
+ <tag group =" mftf_migrated" value =" yes" />
15
+ </deny >
16
+ </rule >
17
+ <rule scope =" testsuite" >
18
+ <deny >
19
+ <module value =" Magento_Setup" strict =" 1" />
20
+ <module value =" Magento_SampleData" strict =" 1" />
21
+ </deny >
22
+ </rule >
23
+ <rule scope =" variation" >
24
+ <deny >
25
+ <tag group =" test_type" value =" 3rd_party_test, 3rd_party_test_single_flow, mysql_search" />
26
+ <tag group =" stable" value =" no" />
27
+ <tag group =" mftf_migrated" value =" yes" />
28
+ <tag group =" to_maintain" value =" yes" />
29
+ </deny >
30
+ </rule >
31
+ </config >
You can’t perform that action at this time.
0 commit comments