We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3384185 commit e74b632Copy full SHA for e74b632
tests/MongoDB.Driver.Tests/Specifications/auth/AuthTestRunner.cs
@@ -51,11 +51,6 @@ public void RunTestDefinition(JsonDrivenTestCase testCase)
51
throw new SkipException("Test skipped because CANONICALIZE_HOST_NAME is not supported.");
52
}
53
54
- if (connectionString.Contains("ENVIRONMENT:gcp"))
55
- {
56
- throw new SkipException("Test skipped because ENVIRONMENT:gcp is not supported.");
57
- }
58
-
59
try
60
{
61
mongoCredential = MongoClientSettings.FromConnectionString(connectionString).Credential;
0 commit comments