Quarantine test (#24147)

This commit is contained in:
John Luo 2020-07-21 09:52:55 -07:00 committed by GitHub
parent 088380b45c
commit 5782872f7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Http.Features;
using Microsoft.AspNetCore.TestHost;
using Microsoft.AspNetCore.Testing;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
using Xunit;
@ -122,6 +123,7 @@ namespace Microsoft.AspNetCore.Diagnostics
}
[Fact]
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24146")]
public async Task ClearsResponseBuffer_BeforeRequestIsReexecuted()
{
var expectedResponseBody = "New response body";