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 9e3b6bc commit ee0a7daCopy full SHA for ee0a7da
dev/tests/api-functional/testsuite/Magento/GraphQl/FedEx/SetFedExShippingMethodsOnCartTest.php
@@ -61,6 +61,10 @@ class SetFedExShippingMethodsOnCartTest extends GraphQlAbstract
61
*/
62
protected function setUp()
63
{
64
+ $this->markTestSkipped(
65
+ 'Need to implement mock instead of real carrier service call ' .
66
+ 'https://github.com/magento/graphql-ce/issues/740'
67
+ );
68
$objectManager = Bootstrap::getObjectManager();
69
$this->customerTokenService = $objectManager->get(CustomerTokenServiceInterface::class);
70
$this->getMaskedQuoteIdByReservedOrderId = $objectManager->get(GetMaskedQuoteIdByReservedOrderId::class);
0 commit comments