Skip to content

Commit 1ec09e9

Browse files
committed
MC-13824: Ensure core tests disable WYSIWYG before execution
- Skip core test AdminProductImageAssignmentForMultipleStoresTest when Page Builder is enabled
1 parent 7ca9021 commit 1ec09e9

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
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+
9+
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
11+
<test name="AdminProductImageAssignmentForMultipleStoresTest">
12+
<annotations>
13+
<skip>
14+
<issueId value="MC-13841"/>
15+
</skip>
16+
</annotations>
17+
</test>
18+
</tests>

0 commit comments

Comments
 (0)