Skip to content

Commit 5782872

Browse files
author
John Luo
authored
Quarantine test (#24147)
1 parent 088380b commit 5782872

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Middleware/Diagnostics/test/UnitTests/ExceptionHandlerTest.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
using Microsoft.AspNetCore.Http;
1616
using Microsoft.AspNetCore.Http.Features;
1717
using Microsoft.AspNetCore.TestHost;
18+
using Microsoft.AspNetCore.Testing;
1819
using Microsoft.Extensions.DependencyInjection;
1920
using Microsoft.Extensions.Hosting;
2021
using Xunit;
@@ -122,6 +123,7 @@ public async Task DoesNotHandle_UnhandledExceptions_WhenResponseAlreadyStarted()
122123
}
123124

124125
[Fact]
126+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/24146")]
125127
public async Task ClearsResponseBuffer_BeforeRequestIsReexecuted()
126128
{
127129
var expectedResponseBody = "New response body";

0 commit comments

Comments
 (0)