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 8e4ffb4 commit 8edb9d3Copy full SHA for 8edb9d3
dev/tests/api-functional/testsuite/Magento/GraphQl/Usps/SetUspsShippingMethodsOnCartTest.php
@@ -68,6 +68,10 @@ class SetUspsShippingMethodsOnCartTest extends GraphQlAbstract
68
*/
69
protected function setUp()
70
{
71
+ $this->markTestSkipped(
72
+ 'Need to implement mock instead of real carrier service call ' .
73
+ 'https://github.com/magento/graphql-ce/issues/739'
74
+ );
75
$objectManager = Bootstrap::getObjectManager();
76
$this->customerTokenService = $objectManager->get(CustomerTokenServiceInterface::class);
77
$this->getMaskedQuoteIdByReservedOrderId = $objectManager->get(GetMaskedQuoteIdByReservedOrderId::class);
0 commit comments