Skip to content

Commit 978de5f

Browse files
committed
ACP2E-2885: Products graphql returned disabled categories in the category aggregations
1 parent 162fd38 commit 978de5f

File tree

1 file changed

+1
-6
lines changed
  • dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Layer/Filter

1 file changed

+1
-6
lines changed

dev/tests/integration/testsuite/Magento/CatalogSearch/Model/Layer/Filter/CategoryTest.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/**
1010
* Test class for \Magento\CatalogSearch\Model\Layer\Filter\Category.
1111
*
12-
* @magentoDbIsolation enabled
12+
* @magentoDbIsolation disabled
1313
* @magentoAppIsolation enabled
1414
* @magentoDataFixture Magento/Catalog/_files/categories.php
1515
*/
@@ -100,9 +100,6 @@ public function testGetName()
100100
$this->assertEquals('Category', $this->_model->getName());
101101
}
102102

103-
/**
104-
* @magentoDbIsolation disabled
105-
*/
106103
public function testGetItems()
107104
{
108105
$objectManager = \Magento\TestFramework\Helper\Bootstrap::getObjectManager();
@@ -137,8 +134,6 @@ public function testGetItems()
137134

138135
/**
139136
* Check that only children category of current category are aggregated
140-
*
141-
* @magentoDbIsolation disabled
142137
*/
143138
public function testCategoryAggregation(): void
144139
{

0 commit comments

Comments
 (0)