Skip to content

Commit 53fc183

Browse files
author
Oleksandr Iegorov
committed
Merge branch 'develop' of https://github.com/magento/magento2ce into MAGETWO-54934
2 parents 920f997 + 3ad599a commit 53fc183

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © 2016 Magento. 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+
<allow>
12+
<tag group="test_type" value="acceptance_test" />
13+
</allow>
14+
</rule>
15+
<rule scope="variation">
16+
<allow>
17+
<tag group="test_type" value="acceptance_test" />
18+
<tag group="stable" value="no" />
19+
</allow>
20+
</rule>
21+
</config>

0 commit comments

Comments
 (0)