Skip to content

Commit 3f5a6de

Browse files
committed
Merge branch '2.4-develop' of github.com:magento-techdivision/magento2ce into MC-14884
2 parents 19b2070 + 91d1272 commit 3f5a6de

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)