Skip to content

Commit 5117399

Browse files
committed
Merge remote-tracking branch 'github-magento2ce/MAGETWO-98947' into EPAM-PR-52
2 parents 39e9cf4 + df686cf commit 5117399

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

dev/tests/integration/testsuite/Magento/Ups/Model/CarrierTest.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
use Magento\TestFramework\Helper\Bootstrap;
99
use Magento\Quote\Model\Quote\Address\RateRequestFactory;
1010

11+
/**
12+
* Integration tests for Carrier model class
13+
*/
1114
class CarrierTest extends \PHPUnit\Framework\TestCase
1215
{
1316
/**
@@ -64,12 +67,12 @@ public function testGetShipConfirmUrlLive()
6467

6568
/**
6669
* @magentoConfigFixture current_store carriers/ups/active 1
70+
* @magentoConfigFixture current_store carriers/ups/type UPS
6771
* @magentoConfigFixture current_store carriers/ups/allowed_methods 1DA,GND
6872
* @magentoConfigFixture current_store carriers/ups/free_method GND
6973
*/
7074
public function testCollectFreeRates()
7175
{
72-
$this->markTestSkipped('Test is blocked by MAGETWO-97467.');
7376
$rateRequest = Bootstrap::getObjectManager()->get(RateRequestFactory::class)->create();
7477
$rateRequest->setDestCountryId('US');
7578
$rateRequest->setDestRegionId('CA');

0 commit comments

Comments
 (0)