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.
2 parents 8070018 + 91d1272 commit eda7ef1Copy full SHA for eda7ef1
dev/tests/api-functional/testsuite/Magento/Integration/Model/AdminTokenServiceTest.php
@@ -49,6 +49,7 @@ class AdminTokenServiceTest extends WebapiAbstract
49
*/
50
protected function setUp(): void
51
{
52
+ $this->markTestSkipped('Skipped until MC-34201 is addressed');
53
$this->_markTestAsRestOnly();
54
$this->tokenService = Bootstrap::getObjectManager()->get(\Magento\Integration\Model\AdminTokenService::class);
55
$this->tokenModel = Bootstrap::getObjectManager()->get(\Magento\Integration\Model\Oauth\Token::class);
0 commit comments