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 87dc32f commit 482dab4Copy full SHA for 482dab4
src/Middleware/ResponseCaching/test/CachedResponseBodyTests.cs
@@ -4,6 +4,7 @@
4
using System.Buffers;
5
using System.Diagnostics;
6
using System.IO.Pipelines;
7
+using Microsoft.AspNetCore.InternalTesting;
8
9
namespace Microsoft.AspNetCore.ResponseCaching.Tests;
10
@@ -70,6 +71,7 @@ public async Task Copy_SingleSegment()
70
71
}
72
73
[Fact]
74
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61293")]
75
public async Task Copy_MultipleSegments()
76
{
77
var segments = new List<byte[]>
0 commit comments