Skip to content

Commit 58a42ee

Browse files
committed
MC-2259: Build Stabilization
Move pagebuilder_block_select_grid.xml to $ignoreFiles
1 parent 65d8ec3 commit 58a42ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ private function getXmlFiles(): array
4646
{
4747
$data = [];
4848
$ignoreFiles = [
49-
'pagebuilder_modal_form.xml'
49+
'pagebuilder_modal_form.xml',
50+
'pagebuilder_block_select_grid.xml',
5051
];
5152
$overrideFiles = [
5253
'pagebuilder_base_form.xml' => '',
5354
'pagebuilder_map_location_form.xml' => '',
5455
'pagebuilder_banner_form.xml' => 'pagebuilder_base_form_with_background_attributes',
55-
'pagebuilder_block_select_grid.xml' => '',
5656
];
5757
$componentRegistrar = new ComponentRegistrar();
5858
$modulePath = $componentRegistrar->getPath(ComponentRegistrar::MODULE, 'Magento_PageBuilder');

0 commit comments

Comments
 (0)