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 8457cb5 commit 4827837Copy full SHA for 4827837
app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCreateInvoiceTest.xml
@@ -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