Skip to content

Commit c5466df

Browse files
Quarantine ClosesAfterDataSent (#31405)
1 parent f45fc3e commit c5466df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Servers/IIS/IIS/test/IIS.Tests/ResponseAbortTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public async Task ClosesWithoutSendingAnything()
3333
}
3434

3535
[ConditionalFact]
36+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/31404")]
3637
public async Task ClosesAfterDataSent()
3738
{
3839
var bodyReceived = CreateTaskCompletionSource();

0 commit comments

Comments
 (0)