Skip to content

Commit 91d1272

Browse files
authored
Merge pull request #5672 from magento-borg/MC-30537
Skip AdminTokenService WebAPI tests
2 parents 8c1a36a + 05b3363 commit 91d1272

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/api-functional/testsuite/Magento/Integration/Model/AdminTokenServiceTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ class AdminTokenServiceTest extends WebapiAbstract
4949
*/
5050
protected function setUp(): void
5151
{
52+
$this->markTestSkipped('Skipped until MC-34201 is addressed');
5253
$this->_markTestAsRestOnly();
5354
$this->tokenService = Bootstrap::getObjectManager()->get(\Magento\Integration\Model\AdminTokenService::class);
5455
$this->tokenModel = Bootstrap::getObjectManager()->get(\Magento\Integration\Model\Oauth\Token::class);

0 commit comments

Comments
 (0)