Skip to content

Commit b71d4e1

Browse files
author
Mike Weis
committed
MAGETWO-54117: L3 Test Fails on Clean 2.0
- added ProductAlert block to be skipped
1 parent 1b72cf3 commit b71d4e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
'Magento\ProductAlert\Block\Email\Price',
2626
'Magento\ProductAlert\Block\Email\Stock',
2727
'Magento\ProductAlert\Block\Product\View',
28-
'Magento\ProductAlert\Block\Product\View\Price'
28+
'Magento\ProductAlert\Block\Product\View\Price',
29+
'Magento\ProductAlert\Block\Product\View\Stock'
2930
];

0 commit comments

Comments
 (0)