We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12a4051 commit 29278cdCopy full SHA for 29278cd
dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest.php
@@ -909,6 +909,7 @@ public function categoryTestDataProvider()
909
*/
910
public function testProductDuplicateCategories()
911
{
912
+ $this->markTestSkipped('Test must be unskiped after implementation MAGETWO-48871');
913
$csvFixture = 'products_duplicate_category.csv';
914
// import data from CSV file
915
$pathToFile = __DIR__ . '/_files/' . $csvFixture;
0 commit comments