setup.xml 543 B

123456789101112131415161718
  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="testsuite">
  11. <allow>
  12. <module value="Magento_Setup"/>
  13. </allow>
  14. <deny>
  15. <class value="Magento\Setup\Test\TestCase\UpgradeSystemTest"/>
  16. </deny>
  17. </rule>
  18. </config>