Skip to content

Commit

Permalink
disable failing tests on 5.0 branch (#48144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anipik authored Feb 11, 2021
1 parent 5a9c8de commit 48459b4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ await TestConfiguration.WhenAllOrAnyFailedWithTimeout(
[Theory]
[InlineData(true)]
[InlineData(false)]
[ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)]
public async Task SslStream_UntrustedCaWithCustomCallback_OK(bool usePartialChain)
{
var rnd = new Random();
Expand Down Expand Up @@ -355,6 +356,7 @@ 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

0 comments on commit 48459b4

Please sign in to comment.