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 700ca2e commit cced653Copy full SHA for cced653
dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/GetCartTest.php
@@ -240,7 +240,7 @@ public function testGetCartWithNotExistingStore()
240
*/
241
public function testGetCartForLockedCustomer()
242
{
243
- $this->markTestIncomplete('https://github.com/magento/graphql-ce/issues/750');
+ $this->markTestSkipped('https://github.com/magento/graphql-ce/issues/750');
244
245
/* lock customer */
246
$customerSecure = $this->customerRegistry->retrieveSecureData(1);
0 commit comments