Skip to content

Commit 8ee7056

Browse files
author
Vladyslav Shcherbyna
committed
MAGETWO-44815: L1, L2 are red on mainline
1 parent 169ce90 commit 8ee7056

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/code/Magento/Reports/Test/Unit/Model/ResourceModel/Order/CollectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,6 @@ public function testPrepareSummary($useAggregatedData, $mainTable, $isFilter, $g
251251
*/
252252
public function testGetDateRangeFirstPart($range, $customStart, $customEnd, $expectedInterval)
253253
{
254-
$this->markTestIncomplete('MAGETWO-44815');
255254
$result = $this->collection->getDateRange($range, $customStart, $customEnd);
256255
$interval = $result['to']->diff($result['from']);
257256
$intervalResult = $interval->format('%y %m %d %h:%i:%s');

dev/tests/integration/testsuite/Magento/SalesRule/Model/ResourceModel/Rule/CollectionTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ public function testMultiRulesWithTimezone()
8080
*/
8181
public function testMultiRulesWithDifferentTimezone()
8282
{
83-
$this->markTestIncomplete('MAGETWO-44815');
8483
$this->setSpecificTimezone('Australia/Sydney');
8584
$collection = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(
8685
'Magento\SalesRule\Model\ResourceModel\Rule\Collection'

0 commit comments

Comments
 (0)