Skip to content

Commit

Permalink
Disable not working test containing RemoteExecutor (#33560)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Jahoda authored Mar 13, 2020
1 parent b3a5e54 commit 7a60846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ await response.Content.ReadAsStringAsync(),

[OuterLoop("Uses external server")]
[ConditionalFact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/33558")]
public void Proxy_UseEnvironmentVariableToSetSystemProxy_RequestGoesThruProxy()
{
RemoteExecutor.Invoke(async (useVersionString) =>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ public async Task PostAsync_Post_ChannelBinding_ConfiguredCorrectly()

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

0 comments on commit 7a60846

Please sign in to comment.