Skip to content

Commit

Permalink
Disable test on windows and enable on other platforms (#34331)
Browse files Browse the repository at this point in the history
* Disable test on windows and enable on other platforms

* Remove mac from test
  • Loading branch information
Jan Jahoda authored Apr 1, 2020
1 parent ba6a143 commit 9f2b294
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -410,8 +410,7 @@ public async Task PostAsync_Post_ChannelBinding_ConfiguredCorrectly()
}

[Fact]
[PlatformSpecific(~TestPlatforms.Linux)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/33558")]
[PlatformSpecific(TestPlatforms.Linux)]
public void HttpClientUsesSslCertEnvironmentVariables()
{
// We set SSL_CERT_DIR and SSL_CERT_FILE to empty locations.
Expand Down

0 comments on commit 9f2b294

Please sign in to comment.