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;