Skip to content

Commit e74b632

Browse files
authored
CSHARP-4610: OIDC: Automatic token acquisition for GCP Identity Provider (#1336)
1 parent 3384185 commit e74b632

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/MongoDB.Driver.Tests/Specifications/auth/AuthTestRunner.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ public void RunTestDefinition(JsonDrivenTestCase testCase)
5151
throw new SkipException("Test skipped because CANONICALIZE_HOST_NAME is not supported.");
5252
}
5353

54-
if (connectionString.Contains("ENVIRONMENT:gcp"))
55-
{
56-
throw new SkipException("Test skipped because ENVIRONMENT:gcp is not supported.");
57-
}
58-
5954
try
6055
{
6156
mongoCredential = MongoClientSettings.FromConnectionString(connectionString).Credential;

0 commit comments

Comments
 (0)