Skip to content

Commit 36af5e5

Browse files
author
Mike Weis
committed
MAGETWO-54117: L3 Test Fails on Clean 2.0
- enabled: SendFriend - disabled: ProductAlert
1 parent 9bb3be7 commit 36af5e5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 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";
193193

194194
// $result[] = "Magento_ProductVideo";
195195
// $result[] = "Magento_Quote";
@@ -204,7 +204,8 @@ protected function getCEModulesToSkip()
204204
// $result[] = "Magento_SampleData";
205205
// $result[] = "Magento_Search";
206206

207-
$result[] = "Magento_SendFriend"; // Magento\SendFriend\Block\Send
207+
// $result[] = "Magento_SendFriend"; // Magento\SendFriend\Block\Send
208+
208209
// $result[] = "Magento_Shipping";
209210
// $result[] = "Magento_Sitemap";
210211
// $result[] = "Magento_Store";

0 commit comments

Comments
 (0)