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 088380b commit 5782872Copy full SHA for 5782872
src/Middleware/Diagnostics/test/UnitTests/ExceptionHandlerTest.cs
@@ -15,6 +15,7 @@
15
using Microsoft.AspNetCore.Http;
16
using Microsoft.AspNetCore.Http.Features;
17
using Microsoft.AspNetCore.TestHost;
18
+using Microsoft.AspNetCore.Testing;
19
using Microsoft.Extensions.DependencyInjection;
20
using Microsoft.Extensions.Hosting;
21
using Xunit;
@@ -122,6 +123,7 @@ public async Task DoesNotHandle_UnhandledExceptions_WhenResponseAlreadyStarted()
122
123
}
124
125
[Fact]
126
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24146")]
127
public async Task ClearsResponseBuffer_BeforeRequestIsReexecuted()
128
{
129
var expectedResponseBody = "New response body";
0 commit comments