We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9dabc1 commit adc44c2Copy full SHA for adc44c2
dev/tests/functional/testsuites/Magento/Mtf/TestSuite/InjectableTests/update_admin_user_entity_test.xml
@@ -0,0 +1,20 @@
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
+ <!--<allow>-->
12
+ <!--<name value="UpdateAdminUserEntityTestVariation2" />-->
13
+ <!--</allow>-->
14
+ <!--</rule>-->
15
+ <rule scope="testsuite">
16
+ <allow>
17
+ <class value="\Magento\User\Test\TestCase\UpdateAdminUserEntityTest" />
18
+ </allow>
19
+ </rule>
20
+</config>
0 commit comments