Skip to content

Commit 8edb9d3

Browse files
committed
magento/graphql-ce#662: Test coverage of USPS shipping method
1 parent 8e4ffb4 commit 8edb9d3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Usps/SetUspsShippingMethodsOnCartTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ class SetUspsShippingMethodsOnCartTest extends GraphQlAbstract
6868
*/
6969
protected function setUp()
7070
{
71+
$this->markTestSkipped(
72+
'Need to implement mock instead of real carrier service call ' .
73+
'https://github.com/magento/graphql-ce/issues/739'
74+
);
7175
$objectManager = Bootstrap::getObjectManager();
7276
$this->customerTokenService = $objectManager->get(CustomerTokenServiceInterface::class);
7377
$this->getMaskedQuoteIdByReservedOrderId = $objectManager->get(GetMaskedQuoteIdByReservedOrderId::class);

0 commit comments

Comments
 (0)