File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed
dev/tests/integration/testsuite/Magento/Test/Integrity/Modular Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ protected function getCEModulesToSkip()
189
189
// $result[] = "Magento_Paypal";
190
190
// $result[] = "Magento_Persistent";
191
191
192
- $ result [] = "Magento_ProductAlert " ;
192
+ // $result[] = "Magento_ProductAlert"; // seems to have some sort of memory leak
193
193
194
194
// $result[] = "Magento_ProductVideo";
195
195
// $result[] = "Magento_Quote";
@@ -203,9 +203,7 @@ protected function getCEModulesToSkip()
203
203
// $result[] = "Magento_SalesSequence";
204
204
// $result[] = "Magento_SampleData";
205
205
// $result[] = "Magento_Search";
206
-
207
- // $result[] = "Magento_SendFriend"; // Magento\SendFriend\Block\Send
208
-
206
+ // $result[] = "Magento_SendFriend";
209
207
// $result[] = "Magento_Shipping";
210
208
// $result[] = "Magento_Sitemap";
211
209
// $result[] = "Magento_Store";
Original file line number Diff line number Diff line change 20
20
// Fails because of dependence on registry
21
21
'Magento\Reminder\Block\Adminhtml\Reminder\Edit\Tab\Customers ' ,
22
22
'Magento\LayeredNavigation\Block\Navigation ' ,
23
- 'Magento\LayeredNavigation\Block\Navigation\State '
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 '
24
29
];
You can’t perform that action at this time.
0 commit comments