Skip to content
Snippets Groups Projects
Commit 06d70f7a authored by Mykola Palamar's avatar Mykola Palamar
Browse files

Merge remote-tracking branch 'east/develop' into MAGETWO-54224

parents bddb87d0 3ad599a8
Branches
No related merge requests found
<?xml version="1.0"?>
<!--
/**
* Copyright © 2016 Magento. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="../../../../../vendor/magento/mtf/Magento/Mtf/TestRunner/etc/testRunner.xsd">
<rule scope="testcase">
<allow>
<tag group="test_type" value="acceptance_test" />
</allow>
</rule>
<rule scope="variation">
<allow>
<tag group="test_type" value="acceptance_test" />
<tag group="stable" value="no" />
</allow>
</rule>
</config>
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment