basic.xml 480 B

123456789101112131415
  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="variation">
  11. <deny>
  12. <tag group="test_type" value="3rd_party_test, 3rd_party_test_single_flow" />
  13. </deny>
  14. </rule>
  15. </config>