Skip to content

Commit 0c6120e

Browse files
committed
magento-engcom/import-export-improvements#50: exclude the image attributes from the product test,
- this is done as the image paths are now being rewritten and are already covered in the import/export tests
1 parent 7803eed commit 0c6120e

File tree

1 file changed

+7
-1
lines changed
  • dev/tests/integration/testsuite/Magento/CatalogImportExport/Model

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,16 @@ public function exportImportDataProvider()
9797
'simple-product-image' => [
9898
[
9999
'Magento/CatalogImportExport/Model/Import/_files/media_import_image.php',
100-
'Magento/Catalog/_files/product_with_image.php'
100+
'Magento/Catalog/_files/product_with_image.php',
101101
],
102102
[
103103
'simple',
104+
],
105+
[
106+
"image",
107+
"small_image",
108+
"thumbnail",
109+
"media_gallery"
104110
]
105111
],
106112
'simple-product-crosssell' => [

0 commit comments

Comments
 (0)