Skip to content

Commit 0bc9035

Browse files
MAGETWO-65405: [FT] Magento\Sales\Test\TestCase\CreateInvoiceEntityTest fails on Jenkins
1 parent 896e10f commit 0bc9035

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

dev/tests/functional/tests/app/Magento/Sales/Test/TestCase/CreateInvoiceEntityTest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Sales\Test\TestCase\CreateInvoiceEntityTest" summary="Create Invoice for Offline Payment Methods" ticketId="MAGETWO-28209">
1010
<variation name="CreateInvoiceEntityTestVariation1">
11-
<data name="issue" xsi:type="string">MAGETWO-65405: [FT] Magento\Sales\Test\TestCase\CreateInvoiceEntityTest fails on Jenkins</data>
12-
<data name="tag" xsi:type="string">to_maintain:yes</data>
1311
<data name="order/dataset" xsi:type="string">default</data>
1412
<data name="order/data/price/dataset" xsi:type="string">full_invoice</data>
1513
<data name="order/data/total_qty_ordered/0" xsi:type="string">1</data>

dev/tests/functional/tests/app/Magento/Shipping/Test/Constraint/AssertShipmentInShipmentsTab.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public function processAssert(
4040
foreach ($ids['shipmentIds'] as $key => $shipmentId) {
4141
$filter = [
4242
'id' => $shipmentId,
43-
'qty_from' => $totalQty[$key],
44-
'qty_to' => $totalQty[$key],
43+
'qty_from' => number_format($totalQty[$key], 4, '.', ''),
44+
'qty_to' => number_format($totalQty[$key], 4, '.', ''),
4545
];
4646
\PHPUnit_Framework_Assert::assertTrue(
4747
$salesOrderView

0 commit comments

Comments
 (0)