Skip to content

Commit d7536b0

Browse files
committed
Merge branch 'MC-30537' into 2.4-develop-pr39
2 parents fc306c5 + 3ba7aaf commit d7536b0

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)