Skip to content

Commit d40868e

Browse files
committed
MC-42287: Items count is wrong on Category page
1 parent fb6ae1a commit d40868e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* Integration test for \Magento\CatalogImportExport\Model\Import\Product class.
1717
*
1818
* @magentoAppIsolation enabled
19-
* @magentoDbIsolation enabled
19+
* @magentoDbIsolation disabled
2020
* @magentoAppArea adminhtml
2121
* @magentoDataFixtureBeforeTransaction Magento/Catalog/_files/enable_reindex_schedule.php
2222
* @magentoDataFixtureBeforeTransaction Magento/Catalog/_files/enable_catalog_product_reindex_schedule.php
@@ -27,7 +27,6 @@ class ProductMultipleStoresTest extends ProductTestBase
2727
/**
2828
* @magentoDataFixture Magento/Store/_files/website.php
2929
* @magentoDataFixture Magento/Store/_files/core_fixturestore.php
30-
* @magentoDbIsolation disabled
3130
*/
3231
public function testProductWithMultipleStoresInDifferentBunches()
3332
{

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
* Integration test for \Magento\CatalogImportExport\Model\Import\Product class.
1717
*
1818
* @magentoAppArea adminhtml
19+
* @magentoDbIsolation disabled
1920
* @magentoDataFixtureBeforeTransaction Magento/Catalog/_files/enable_reindex_schedule.php
2021
* @magentoDataFixtureBeforeTransaction Magento/Catalog/_files/enable_catalog_product_reindex_schedule.php
2122
*/

0 commit comments

Comments
 (0)