File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/libraries/System.Net.Security/tests/FunctionalTests Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments