diff --git a/tests/Auth0.AuthenticationApi.IntegrationTests/TokenTests.cs b/tests/Auth0.AuthenticationApi.IntegrationTests/TokenTests.cs index 53b26c61..03d00d2d 100644 --- a/tests/Auth0.AuthenticationApi.IntegrationTests/TokenTests.cs +++ b/tests/Auth0.AuthenticationApi.IntegrationTests/TokenTests.cs @@ -31,7 +31,7 @@ public async Task Can_get_token_using_client_credentials() } } - [Fact] + [Fact(Skip = "Run Manual")] public async Task Can_get_token_using_client_credentials_for_organization() { var existingOrgId = "org_V6ojENVd1ERs5YY1";