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 5c69f9b commit 60865b6Copy full SHA for 60865b6
lib/internal/Magento/Framework/TestFramework/ApplicationStateComparator/_files/state-skip-list.php
@@ -8,6 +8,11 @@
8
/* These classes are skipped completely during comparison. */
9
return [
10
'*' => [
11
+ // list of the latest failures started
12
+ Magento\Sales\Api\Data\ShippingAssignmentInterfaceFactory::class => null,
13
+ Magento\Sales\Model\Order\ShippingBuilderFactory::class => null,
14
+ Magento\Sales\Model\Order\ShippingAssignmentBuilder::class => null,
15
+ // list of the latest failures ended
16
Magento\Framework\Translate\Inline::class => null,
17
Magento\Framework\Json\Encoder::class => null,
18
Magento\Framework\Lock\Proxy::class => null,
0 commit comments