Skip to content

Commit

Permalink
Quarantine ClosesAfterDataSent (#31405)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrennanConroy committed Mar 31, 2021
1 parent f45fc3e commit c5466df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Servers/IIS/IIS/test/IIS.Tests/ResponseAbortTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public async Task ClosesWithoutSendingAnything()
}

[ConditionalFact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/31404")]
public async Task ClosesAfterDataSent()
{
var bodyReceived = CreateTaskCompletionSource();
Expand Down

0 comments on commit c5466df

Please sign in to comment.