We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d77925 + 77c5377 commit 7508f98Copy full SHA for 7508f98
1 file changed
dev/tests/integration/testsuite/Magento/Test/Integrity/Modular/_files/skip_blocks_ce.php
@@ -15,8 +15,16 @@
15
'Magento\Config\Block\System\Config\Form',
16
'Magento\Config\Block\System\Config\Tabs',
17
'Magento\Review\Block\Form',
18
+ 'Magento\Braintree\Block\Form',
19
+ 'Magento\Braintree\Block\Payment',
20
// Fails because of dependence on registry
21
'Magento\Reminder\Block\Adminhtml\Reminder\Edit\Tab\Customers',
22
'Magento\LayeredNavigation\Block\Navigation',
23
'Magento\LayeredNavigation\Block\Navigation\State',
24
+ // Other failures
25
+ 'Magento\ProductAlert\Block\Email\Price',
26
+ 'Magento\ProductAlert\Block\Email\Stock',
27
+ 'Magento\ProductAlert\Block\Product\View',
28
+ 'Magento\ProductAlert\Block\Product\View\Price',
29
+ 'Magento\ProductAlert\Block\Product\View\Stock'
30
];
0 commit comments