Skip to content

Commit 9ec5b71

Browse files
committed
Unquarantine ClientCertificate_NoOrDelayed_Available_Ignored
...now that the product functionality has been added. Fixes dotnet#41131
1 parent c5b2625 commit 9ec5b71

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Servers/Kestrel/test/Interop.FunctionalTests/Http3/Http3TlsTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ public async Task ClientCertificate_AllowOrRequire_Available_Accepted(ClientCert
117117
[InlineData(ClientCertificateMode.NoCertificate)]
118118
[InlineData(ClientCertificateMode.DelayCertificate)]
119119
[MsQuicSupported]
120-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/41131")]
121120
public async Task ClientCertificate_NoOrDelayed_Available_Ignored(ClientCertificateMode mode)
122121
{
123122
var builder = CreateHostBuilder(async context =>

0 commit comments

Comments
 (0)