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
762762 /**
763763 * Test that product import with images works properly
764764 *
765- * @magentoDataIsolation enabled
766765 * @magentoDataFixture mediaImportImageFixture
767766 * @magentoAppIsolation enabled
768767 * @SuppressWarnings(PHPMD.ExcessiveMethodLength)
@@ -813,7 +812,6 @@ public function testSaveMediaImage()
813812 /**
814813 * Test that errors occurred during importing images are logged.
815814 *
816- * @magentoDataIsolation enabled
817815 * @magentoAppIsolation enabled
818816 * @magentoDataFixture mediaImportImageFixture
819817 * @magentoDataFixture mediaImportImageFixtureError
@@ -2211,7 +2209,6 @@ public function testImportWithDifferentSkuCase()
22112209 /**
22122210 * Test that product import with images for non-default store works properly.
22132211 *
2214- * @magentoDataIsolation enabled
22152212 * @magentoDataFixture mediaImportImageFixture
22162213 * @magentoAppIsolation enabled
22172214 */
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ public function setUp()
4747 /**
4848 * Checks that all declared table elements also declared into whitelist declaration.
4949 *
50- * @magentoAppIsolation
50+ * @magentoAppIsolation enabled
5151 * @throws \Exception
5252 */
5353 public function testConstraintsAndIndexesAreWhitelisted ()
You can’t perform that action at this time.
0 commit comments