Skip to content

Commit 73f41dc

Browse files
committed
MC-40559 : Stabilize Integration Tests
- Fix BlockInstantiationTest
1 parent 09464e0 commit 73f41dc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

dev/tests/integration/testsuite/Magento/Test/Integrity/Modular/_files/skip_blocks_ce.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@
2020
// Fails because of dependence on registry
2121
\Magento\Reminder\Block\Adminhtml\Reminder\Edit\Tab\Customers::class,
2222
\Magento\LayeredNavigation\Block\Navigation::class,
23-
\Magento\LayeredNavigation\Block\Navigation\State::class
23+
\Magento\LayeredNavigation\Block\Navigation\State::class,
24+
\Magento\Paypal\Block\Express\InContext\Minicart\Button::class,
2425
];

dev/tests/integration/testsuite/Magento/Test/Integrity/Modular/_files/skip_template_blocks_ce.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@
1212
\Magento\Reminder\Block\Adminhtml\Reminder\Edit\Tab\Customers::class,
1313
\Magento\LayeredNavigation\Block\Navigation::class,
1414
\Magento\LayeredNavigation\Block\Navigation\State::class,
15+
\Magento\Paypal\Block\Express\InContext\Minicart\Button::class,
1516
];

0 commit comments

Comments
 (0)