Skip to content

Commit 65d8ec3

Browse files
committed
MC-2259: Build Stabilization
Blacklist pagebuilder_block_select_grid.xml from form requirement
1 parent c2391b3 commit 65d8ec3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Integrity/Xml/ExtendsBaseFormTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ private function getXmlFiles(): array
5151
$overrideFiles = [
5252
'pagebuilder_base_form.xml' => '',
5353
'pagebuilder_map_location_form.xml' => '',
54-
'pagebuilder_banner_form.xml' => 'pagebuilder_base_form_with_background_attributes'
54+
'pagebuilder_banner_form.xml' => 'pagebuilder_base_form_with_background_attributes',
55+
'pagebuilder_block_select_grid.xml' => '',
5556
];
5657
$componentRegistrar = new ComponentRegistrar();
5758
$modulePath = $componentRegistrar->getPath(ComponentRegistrar::MODULE, 'Magento_PageBuilder');

0 commit comments

Comments
 (0)