Skip to content
Snippets Groups Projects
Commit 3ad599a8 authored by Oleksii Korshenko's avatar Oleksii Korshenko Committed by GitHub
Browse files

Merge pull request #143 from magento-tango/MAGETWO-52844-2.1

[Tango] Code Changes for Unstable Functional Acceptance Tests Plan
parents af9cffc4 4784d00c
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