Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit ee0a7da

Browse files
committed
#661: Test coverage of FedEx shipping method
1 parent 9e3b6bc commit ee0a7da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/FedEx/SetFedExShippingMethodsOnCartTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ class SetFedExShippingMethodsOnCartTest extends GraphQlAbstract
6161
*/
6262
protected function setUp()
6363
{
64+
$this->markTestSkipped(
65+
'Need to implement mock instead of real carrier service call ' .
66+
'https://github.com/magento/graphql-ce/issues/740'
67+
);
6468
$objectManager = Bootstrap::getObjectManager();
6569
$this->customerTokenService = $objectManager->get(CustomerTokenServiceInterface::class);
6670
$this->getMaskedQuoteIdByReservedOrderId = $objectManager->get(GetMaskedQuoteIdByReservedOrderId::class);

0 commit comments

Comments
 (0)