Skip to content

Commit 3f04ae1

Browse files
author
Stanislav Idolov
committed
magento-engcom/magento2ce#2445: Skip test that cause integration job failure
1 parent a7d89f5 commit 3f04ae1

File tree

1 file changed

+8
-0
lines changed
  • dev/tests/integration/testsuite/Magento/CatalogImportExport/Model

1 file changed

+8
-0
lines changed

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/ProductTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
*/
1111
class ProductTest extends AbstractProductExportImportTestCase
1212
{
13+
/**
14+
* Set up
15+
*/
16+
protected function setUp()
17+
{
18+
$this->markTestSkipped('MAGETWO-97378');
19+
}
20+
1321
/**
1422
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
1523
*/

0 commit comments

Comments
 (0)