We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccab4f5 commit aff1c9aCopy full SHA for aff1c9a
dev/tests/integration/testsuite/Magento/GraphQl/_files/state-skip-list.php
@@ -93,6 +93,7 @@
93
Magento\Framework\App\ResourceConnection::class => null,
94
Magento\Framework\App\ResourceConnection\Interceptor::class => null,
95
Magento\Framework\Session\SaveHandler::class => null, // TODO: check this
96
+ Magento\TestFramework\Db\Adapter\Mysql\Interceptor::class => null,
97
],
98
'*-fromConstructed' => [
99
Magento\GraphQl\App\State\ObjectManager::class => null,
0 commit comments