Skip to content

Commit 1b72cf3

Browse files
author
Mike Weis
committed
MAGETWO-54117: L3 Test Fails on Clean 2.0
- disabling ProductAlert via 'skip blocks' file
1 parent 36af5e5 commit 1b72cf3

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

dev/tests/integration/testsuite/Magento/Test/Integrity/Modular/BlockInstantiationTest.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ protected function getCEModulesToSkip()
189189
// $result[] = "Magento_Paypal";
190190
// $result[] = "Magento_Persistent";
191191

192-
$result[] = "Magento_ProductAlert";
192+
// $result[] = "Magento_ProductAlert"; // seems to have some sort of memory leak
193193

194194
// $result[] = "Magento_ProductVideo";
195195
// $result[] = "Magento_Quote";
@@ -203,9 +203,7 @@ protected function getCEModulesToSkip()
203203
// $result[] = "Magento_SalesSequence";
204204
// $result[] = "Magento_SampleData";
205205
// $result[] = "Magento_Search";
206-
207-
// $result[] = "Magento_SendFriend"; // Magento\SendFriend\Block\Send
208-
206+
// $result[] = "Magento_SendFriend";
209207
// $result[] = "Magento_Shipping";
210208
// $result[] = "Magento_Sitemap";
211209
// $result[] = "Magento_Store";

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,10 @@
2020
// Fails because of dependence on registry
2121
'Magento\Reminder\Block\Adminhtml\Reminder\Edit\Tab\Customers',
2222
'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'
2429
];

0 commit comments

Comments
 (0)