Skip to content

Commit 53fa5fa

Browse files
authored
Disable SslStream_UntrustedCaWithCustomCallback_* on OSX (#47025)
1 parent b5f811d commit 53fa5fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libraries/System.Net.Security/tests/FunctionalTests/SslStreamNetworkStreamTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ await TestConfiguration.WhenAllOrAnyFailedWithTimeout(
216216
[Theory]
217217
[InlineData(true)]
218218
[InlineData(false)]
219+
[ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)]
219220
public async Task SslStream_UntrustedCaWithCustomCallback_OK(bool usePartialChain)
220221
{
221222
var rnd = new Random();
@@ -279,6 +280,7 @@ public async Task SslStream_UntrustedCaWithCustomCallback_OK(bool usePartialChai
279280
[PlatformSpecific(TestPlatforms.AnyUnix)]
280281
[InlineData(true)]
281282
[InlineData(false)]
283+
[ActiveIssue("https://github.com/dotnet/runtime/issues/46837", TestPlatforms.OSX)]
282284
public async Task SslStream_UntrustedCaWithCustomCallback_Throws(bool customCallback)
283285
{
284286
string errorMessage;

0 commit comments

Comments
 (0)