Skip to content

Commit 0abecac

Browse files
committed
ACPT-1625
1 parent 33da331 commit 0abecac

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/_files/state-skip-list.php

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -302,6 +302,13 @@
302302
Magento\Framework\App\ResourceConnection\Config::class => null,
303303
Magento\Config\App\Config\Type\System::class => null,
304304
Magento\Framework\Cache\Config\Data::class => null,
305+
Magento\CatalogRule\Observer\RulePricesStorage::class => null,
306+
Magento\CatalogRule\Observer\PrepareCatalogProductCollectionPricesObserver::class => null,
307+
Magento\CatalogInventory\Model\Quote\Item\QuantityValidator\QuoteItemQtyList::class => null,
308+
Magento\CatalogInventory\Model\Quote\Item\QuantityValidator\Initializer\Option::class => null,
309+
Magento\CatalogInventory\Model\Quote\Item\QuantityValidator\Initializer\StockItem::class => null,
310+
Magento\CatalogRule\Observer\ProcessFrontFinalPriceObserver::class => null,
311+
305312
],
306313
'*-fromConstructed' => [
307314
Magento\Framework\Css\PreProcessor\Adapter\CssInliner::class => null,
@@ -645,6 +652,14 @@
645652
Magento\Framework\DB\Logger\LoggerProxy::class => null,
646653
Magento\Framework\DB\Select\RendererProxy::class => null,
647654
Magento\Framework\DB\SelectFactory::class => null,
655+
656+
Magento\Quote\Api\Data\CartItemExtension::class => null,
657+
Magento\CatalogInventory\Model\Quote\Item\QuantityValidator\QuoteItemQtyList::class => null,
658+
Magento\CatalogInventory\Model\Quote\Item\QuantityValidator\Initializer\Option\Interceptor::class => null,
659+
Magento\CatalogInventory\Model\Quote\Item\QuantityValidator\Initializer\StockItem::class => null,
660+
Magento\SalesRule\Model\Coupon\CodeLimitManager::class => null,
661+
Magento\SalesRule\Observer\CouponCodeValidation::class => null,
662+
648663
],
649664
'' => [
650665
],

0 commit comments

Comments
 (0)