Skip to content

Commit 60865b6

Browse files
committed
ACPT-1689: Fix Integration Tests failures on Application-Server branch
1 parent 5c69f9b commit 60865b6

File tree

1 file changed

+5
-0
lines changed
  • lib/internal/Magento/Framework/TestFramework/ApplicationStateComparator/_files

1 file changed

+5
-0
lines changed

lib/internal/Magento/Framework/TestFramework/ApplicationStateComparator/_files/state-skip-list.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
/* These classes are skipped completely during comparison. */
99
return [
1010
'*' => [
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
1116
Magento\Framework\Translate\Inline::class => null,
1217
Magento\Framework\Json\Encoder::class => null,
1318
Magento\Framework\Lock\Proxy::class => null,

0 commit comments

Comments
 (0)