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.
1 parent f45fc3e commit c5466dfCopy full SHA for c5466df
src/Servers/IIS/IIS/test/IIS.Tests/ResponseAbortTests.cs
@@ -33,6 +33,7 @@ public async Task ClosesWithoutSendingAnything()
33
}
34
35
[ConditionalFact]
36
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/31404")]
37
public async Task ClosesAfterDataSent()
38
{
39
var bodyReceived = CreateTaskCompletionSource();
0 commit comments