File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/libraries/System.Net.Quic/tests/FunctionalTests Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,7 @@ public async Task ConnectWithCertificateChain()
104104 }
105105
106106 [ Fact ]
107+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/64944" , TestPlatforms . Windows ) ]
107108 public async Task UntrustedClientCertificateFails ( )
108109 {
109110 var listenerOptions = new QuicListenerOptions ( ) ;
@@ -331,6 +332,7 @@ public async Task ConnectWithCertificateForLoopbackIP_IndicatesExpectedError(str
331332 [ Theory ]
332333 [ InlineData ( true ) ]
333334 // [InlineData(false)] [ActiveIssue("https://github.com/dotnet/runtime/issues/57308")]
335+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/64944" , TestPlatforms . Windows ) ]
334336 public async Task ConnectWithClientCertificate ( bool sendCerttificate )
335337 {
336338 bool clientCertificateOK = false ;
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ internal QuicListener CreateQuicListener(IPEndPoint endpoint)
167167 if ( retry == 0 )
168168 {
169169 Debug . Fail ( $ "ConnectAsync to { clientConnection . RemoteEndPoint } failed with { ex . Message } ") ;
170+ throw ex ;
170171 }
171172 }
172173 }
You can’t perform that action at this time.
0 commit comments