Skip to content

Commit 4827837

Browse files
committed
MC-1413:(Magento) Dynamic Block Configuration
-fix unstable test
1 parent 8457cb5 commit 4827837

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
10+
<test name="AdminCreateInvoiceTest">
11+
<annotations>
12+
<skip>
13+
<issue>MC-3613</issue>
14+
</skip>
15+
</annotations>
16+
</test>
17+
</tests>

0 commit comments

Comments
 (0)