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 8231116 commit f79968eCopy full SHA for f79968e
dev/tests/integration/testsuite/Magento/Ups/Model/CarrierTest.php
@@ -69,6 +69,7 @@ public function testGetShipConfirmUrlLive()
69
*/
70
public function testCollectFreeRates()
71
{
72
+ $this->markTestSkipped('Test is blocked by MAGETWO-97467.');
73
$rateRequest = Bootstrap::getObjectManager()->get(RateRequestFactory::class)->create();
74
$rateRequest->setDestCountryId('US');
75
$rateRequest->setDestRegionId('CA');
0 commit comments