Skip to content

Commit ab4ad4d

Browse files
author
Oleksii Korshenko
committed
Fixed incorrect annotations in integration tests
1 parent 3aa0ace commit ab4ad4d

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
*/

dev/tests/integration/testsuite/Magento/Setup/Declaration/WhitelistDeclarationTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)