Skip to content

Commit

Permalink
Reenable SslStreamNetworkStreamTests on OSX dotnet#46837
Browse files Browse the repository at this point in the history
  • Loading branch information
rzikm committed Mar 9, 2022
1 parent cc649ac commit 14489ba
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,6 @@ public async Task SslStream_TargetHostName_Succeeds(bool useEmptyName, bool useC
[Theory]
[InlineData(true)]
[InlineData(false)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)]
public async Task SslStream_UntrustedCaWithCustomCallback_OK(bool usePartialChain)
{
int split = Random.Shared.Next(0, certificates.serverChain.Count - 1);
Expand Down Expand Up @@ -790,7 +789,6 @@ public async Task SslStream_UntrustedCaWithCustomCallback_OK(bool usePartialChai
[PlatformSpecific(TestPlatforms.AnyUnix)]
[InlineData(true)]
[InlineData(false)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)]
public async Task SslStream_UntrustedCaWithCustomCallback_Throws(bool customCallback)
{
string errorMessage;
Expand Down Expand Up @@ -837,7 +835,6 @@ public async Task SslStream_UntrustedCaWithCustomCallback_Throws(bool customCall
}

[ConditionalFact]
[ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)]
public async Task SslStream_ClientCertificate_SendsChain()
{
List<SslStream> streams = new List<SslStream>();
Expand Down

0 comments on commit 14489ba

Please sign in to comment.