12345678910111213141516171819202122232425262728293031 |
- <?xml version="1.0"?>
- <!--
- /**
- * Copyright © Magento, Inc. 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">
- <deny>
- <tag group="stable" value="no" />
- <tag group="to_maintain" value="yes" />
- <tag group="mftf_migrated" value="yes" />
- </deny>
- </rule>
- <rule scope="testsuite">
- <deny>
- <module value="Magento_Setup" strict="1" />
- <module value="Magento_SampleData" strict="1" />
- </deny>
- </rule>
- <rule scope="variation">
- <deny>
- <tag group="test_type" value="3rd_party_test, 3rd_party_test_single_flow" />
- <tag group="stable" value="no" />
- <tag group="mftf_migrated" value="yes" />
- <tag group="to_maintain" value="yes" />
- </deny>
- </rule>
- </config>
|