Skip to content

Commit e8e230c

Browse files
committed
MAGETWO-71013: Export missing configurable variations when exporting more than one item
- Make sure Downloadable and Gift Card import tests are skipped until MAGETWO-38240 is completed
1 parent 234899d commit e8e230c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

dev/tests/integration/testsuite/Magento/DownloadableImportExport/Model/DownloadableTest.php

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,23 @@ public function testImportReplace($fixtures, $skus, $skippedAttributes = [], $ro
8181
$this->markTestSkipped('Uncomment after MAGETWO-38240 resolved');
8282
}
8383

84+
/**
85+
* @magentoAppArea adminhtml
86+
* @magentoDbIsolation enabled
87+
* @magentoAppIsolation enabled
88+
*
89+
* @param array $fixtures
90+
* @param string[] $skus
91+
* @param string[] $skippedAttributes
92+
* @dataProvider importReplaceDataProvider
93+
*
94+
* @SuppressWarnings(PHPMD.UnusedFormalParameter)
95+
*/
96+
public function testImportReplaceWithPagination($fixtures, $skus, $skippedAttributes = [])
97+
{
98+
$this->markTestSkipped('Uncomment after MAGETWO-38240 resolved');
99+
}
100+
84101
/**
85102
* @param \Magento\Catalog\Model\Product $expectedProduct
86103
* @param \Magento\Catalog\Model\Product $actualProduct

0 commit comments

Comments
 (0)