Skip to content

Commit de3dec9

Browse files
committed
MC-41605: PayPal Paylater Delivery
- optimize integration tests to avoid CICD failures
1 parent 4a792bd commit de3dec9

File tree

12 files changed

+389
-456
lines changed

12 files changed

+389
-456
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
* Checks that product import with same images can be successfully done
2828
*
2929
* @magentoAppArea adminhtml
30-
* @magentoDbIsolation enabled
3130
*
3231
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3332
*/

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/Product/Type/AbstractTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ public function prepareAttributesWithDefaultValueForSaveDataProvider(): array
190190
/**
191191
* Test cleaning imported attribute data from empty values (note '0' is not empty).
192192
*
193-
* @magentoDbIsolation enabled
194-
* @magentoAppIsolation enabled
195193
* @magentoDataFixture Magento/CatalogImportExport/Model/Import/_files/custom_attributes.php
196194
* @dataProvider clearEmptyDataDataProvider
197195
* @param array $rowData

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,14 @@
1717
* Integration test for \Magento\CatalogImportExport\Model\Import\Product class.
1818
*
1919
* @magentoAppIsolation enabled
20-
* @magentoDbIsolation enabled
2120
* @magentoAppArea adminhtml
2221
* @magentoDataFixtureBeforeTransaction Magento/Catalog/_files/enable_reindex_schedule.php
2322
* @magentoDataFixtureBeforeTransaction Magento/Catalog/_files/enable_catalog_product_reindex_schedule.php
2423
*/
2524
class ProductCategoriesTest extends ProductTestBase
2625
{
2726
/**
28-
* @magentoAppArea adminhtml
2927
* @dataProvider categoryTestDataProvider
30-
* @magentoDbIsolation enabled
31-
* @magentoAppIsolation enabled
3228
*/
3329
public function testProductCategories($fixture, $separator)
3430
{
@@ -74,9 +70,6 @@ public function testProductCategories($fixture, $separator)
7470
}
7571

7672
/**
77-
* @magentoAppArea adminhtml
78-
* @magentoDbIsolation disabled
79-
* @magentoAppIsolation enabled
8073
* @magentoDataFixture Magento/Catalog/_files/multiple_products.php
8174
* @magentoDataFixture Magento/Catalog/_files/category.php
8275
*/
@@ -149,9 +142,7 @@ public function categoryTestDataProvider()
149142
}
150143

151144
/**
152-
* @magentoAppArea adminhtml
153145
* @magentoDbIsolation disabled
154-
* @magentoAppIsolation enabled
155146
* @magentoDataFixture Magento/CatalogImportExport/_files/update_category_duplicates.php
156147
*/
157148
public function testProductDuplicateCategories()

0 commit comments

Comments
 (0)