Skip to content

Commit 33da331

Browse files
committed
ACPT-1625
1 parent e20c9b0 commit 33da331

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
@@ -476,6 +476,13 @@
476476
Magento\CustomerCustomAttributes\Model\ResourceModel\Sales\Quote\Address::class => null,
477477
Magento\CustomerCustomAttributes\Model\ResourceModel\Sales\Quote::class => null,
478478
Magento\Indexer\Model\Indexer\DeferCacheCleaning::class => null,
479+
Magento\ResourceConnections\App\DeploymentConfig::class => null,
480+
Magento\Staging\Model\StagingList::class => null,
481+
Magento\Staging\Model\ResourceModel\Update::class => null,
482+
Magento\AdobeCommerceEventsClient\Event\EventList::class => null,
483+
Magento\AdobeCommerceEventsClient\Event\Filter\EventFieldsFilter::class => null,
484+
Magento\AdobeCommerceEventsClient\Event\EventStorageWriter::class => null,
485+
Magento\TestModuleAdobeCommerceEvents\Plugin\Framework\ManagerInterfacePlugin::class => null,
479486

480487

481488
//Add Simple Product to Cart
@@ -499,6 +506,14 @@
499506
Magento\GiftCard\Model\Attribute\Backend\Giftcard\Amount\Interceptor::class => null,
500507
Magento\TargetRule\Model\Catalog\Product\Attribute\Backend\Rule\Interceptor::class => null,
501508
Magento\NegotiableQuote\Model\NegotiableQuote\Interceptor::class => null,
509+
Magento\CatalogRule\Observer\RulePricesStorage::class => null,
510+
Magento\CatalogRule\Observer\PrepareCatalogProductCollectionPricesObserver::class => null,
511+
Magento\Quote\Api\Data\CartExtension::class => null,
512+
Magento\Catalog\Api\Data\ProductExtension::class => null,
513+
Magento\CatalogRule\Observer\ProcessFrontFinalPriceObserver::class => null,
514+
Magento\Quote\Api\Data\AddressExtension::class => null,
515+
Magento\TestModuleAdobeCommerceEvents\Plugin\Framework\ManagerInterfacePlugin::class => null,
516+
Magento\CatalogRule\Observer\ProcessFrontFinalPriceObserver\Interceptor::class => null,
502517

503518
//Add Virtual Product to Cart
504519
Magento\Catalog\Model\Product\Type\Virtual\Interceptor::class => null,

0 commit comments

Comments
 (0)