File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
dev/tests/integration/testsuite/Magento
CatalogImportExport/Model/Import Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -762,7 +762,6 @@ protected function getOptionValues(\Magento\Catalog\Model\Product\Option $option
762
762
/**
763
763
* Test that product import with images works properly
764
764
*
765
- * @magentoDataIsolation enabled
766
765
* @magentoDataFixture mediaImportImageFixture
767
766
* @magentoAppIsolation enabled
768
767
* @SuppressWarnings(PHPMD.ExcessiveMethodLength)
@@ -813,7 +812,6 @@ public function testSaveMediaImage()
813
812
/**
814
813
* Test that errors occurred during importing images are logged.
815
814
*
816
- * @magentoDataIsolation enabled
817
815
* @magentoAppIsolation enabled
818
816
* @magentoDataFixture mediaImportImageFixture
819
817
* @magentoDataFixture mediaImportImageFixtureError
@@ -2211,7 +2209,6 @@ public function testImportWithDifferentSkuCase()
2211
2209
/**
2212
2210
* Test that product import with images for non-default store works properly.
2213
2211
*
2214
- * @magentoDataIsolation enabled
2215
2212
* @magentoDataFixture mediaImportImageFixture
2216
2213
* @magentoAppIsolation enabled
2217
2214
*/
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function setUp()
47
47
/**
48
48
* Checks that all declared table elements also declared into whitelist declaration.
49
49
*
50
- * @magentoAppIsolation
50
+ * @magentoAppIsolation enabled
51
51
* @throws \Exception
52
52
*/
53
53
public function testConstraintsAndIndexesAreWhitelisted ()
You can’t perform that action at this time.
0 commit comments