We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cd5084a + c21d2db commit f01f4d4Copy full SHA for f01f4d4
src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3TlsTests.cs
@@ -251,6 +251,7 @@ public async Task ClientCertificate_Allow_NotAvailable_Optional()
251
[MsQuicSupported]
252
[InlineData(HttpProtocols.Http3)]
253
[InlineData(HttpProtocols.Http1AndHttp2AndHttp3)]
254
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/43548")]
255
public async Task OnAuthenticate_Available_Throws(HttpProtocols protocols)
256
{
257
await ServerRetryHelper.BindPortsWithRetry(async port =>
0 commit comments