Skip to content

Commit eacec06

Browse files
authored
Merge pull request #6648 from magento-lynx/MC-40559
[lynx] MC-40559 Stabilize Integration Tests
2 parents 518c9eb + 6b29dff commit eacec06

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)