From bb138f0711477ab90ee7a43af93db68f03785b92 Mon Sep 17 00:00:00 2001 From: Oleksandr Poliakov Date: Mon, 3 Jun 2024 17:00:12 -0700 Subject: [PATCH] CSHARP-4610: OIDC: Automatic token acquisition for GCP Identity Provider --- .../Specifications/auth/AuthTestRunner.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/MongoDB.Driver.Tests/Specifications/auth/AuthTestRunner.cs b/tests/MongoDB.Driver.Tests/Specifications/auth/AuthTestRunner.cs index ac0e90175de..b04d198d19c 100644 --- a/tests/MongoDB.Driver.Tests/Specifications/auth/AuthTestRunner.cs +++ b/tests/MongoDB.Driver.Tests/Specifications/auth/AuthTestRunner.cs @@ -51,11 +51,6 @@ public void RunTestDefinition(JsonDrivenTestCase testCase) throw new SkipException("Test skipped because CANONICALIZE_HOST_NAME is not supported."); } - if (connectionString.Contains("ENVIRONMENT:gcp")) - { - throw new SkipException("Test skipped because ENVIRONMENT:gcp is not supported."); - } - try { mongoCredential = MongoClientSettings.FromConnectionString(connectionString).Credential;