Skip to content

Commit c481d1f

Browse files
author
Mike Weis
committed
MAGETWO-54117: L3 Test Fails on Clean 2.0
- ProductVideo enabled
1 parent caa96ea commit c481d1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

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

192192
$result[] = "Magento_ProductAlert";
193-
$result[] = "Magento_ProductVideo";
193+
// $result[] = "Magento_ProductVideo";
194194

195195
// $result[] = "Magento_Quote";
196196
// $result[] = "Magento_Reports";
@@ -206,7 +206,6 @@ protected function getCEModulesToSkip()
206206

207207
$result[] = "Magento_SendFriend"; // Magento\SendFriend\Block\Send
208208
// $result[] = "Magento_Shipping";
209-
210209
// $result[] = "Magento_Sitemap";
211210
// $result[] = "Magento_Store";
212211
// $result[] = "Magento_Swagger";

0 commit comments

Comments
 (0)