Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down