Skip to content

Commit 4d81f13

Browse files
committed
Merge remote-tracking branch 'origin/AC-14039' into aprilrelease
2 parents 23ed0de + 79959e9 commit 4d81f13

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dev/tests/integration/framework/Magento/TestFramework/ApplicationStateComparator/_files/state-filter-list.php

-2
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@
112112
// TODO: Do we need resetState for the connection?
113113
Magento\Elasticsearch\SearchAdapter\ConnectionManager::class => ['client' => null],
114114
// TODO: Do we need resetState for the connection?
115-
Magento\Elasticsearch8\Model\Client\Elasticsearch::class => ['client' => null],
116-
// TODO: Do we need resetState for the connection?
117115
Magento\Webapi\Model\Authorization\TokenUserContext::class => ['request' => null],
118116
Magento\Framework\Json\Helper\Data::class => ['_request' => null],
119117
Magento\Directory\Helper\Data::class => ['_request' => null],

dev/tests/integration/framework/Magento/TestFramework/ApplicationStateComparator/_files/state-skip-list.php

+1
Original file line numberDiff line numberDiff line change
@@ -524,6 +524,7 @@
524524
Magento\GroupedProduct\Model\ResourceModel\Indexer\Stock\Grouped::class => null,
525525
Magento\Elasticsearch\Model\Adapter\BatchDataMapper\DataMapperResolver::class => null,
526526
Magento\Elasticsearch\Model\Adapter\Elasticsearch::class => null,
527+
Magento\Elasticsearch8\Model\Client\Elasticsearch::class => null,
527528
Magento\Tax\Model\TaxClass\Source\Product::class => null,
528529
Magento\Framework\View\TemplateEnginePool::class => null,
529530
Magento\Framework\View\Element\Template\File\Resolver::class => null,

0 commit comments

Comments
 (0)