diff --git a/packages/ms-authenticator/__tests__/authenticators.test.ts b/packages/ms-authenticator/__tests__/authenticators.test.ts index 6788b4e24..3fb8257da 100644 --- a/packages/ms-authenticator/__tests__/authenticators.test.ts +++ b/packages/ms-authenticator/__tests__/authenticators.test.ts @@ -4,7 +4,7 @@ import { getMSClientCredentialAccessToken, UsernamePasswordAuthenticator } from jest.setTimeout(100000) describe('@sphereon/ssi-sdk.ms-authenticator', (): void => { - it('should authenticate using clientCredential', async (): Promise => { + it.skip('should authenticate using clientCredential', async (): Promise => { const result: AuthenticationResult = await getMSClientCredentialAccessToken({ azClientId: process.env.SPHEREON_SSI_MSAL_CLIENT_ID ?? 'client_id', azClientSecret: process.env.SPHEREON_SSI_MSAL_CLIENT_SECRET ?? 'client_secret',