Skip to content

Commit 482dab4

Browse files
authored
Quarantine: Copy_MultipleSegments (#61294)
1 parent 87dc32f commit 482dab4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Middleware/ResponseCaching/test/CachedResponseBodyTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
using System.Buffers;
55
using System.Diagnostics;
66
using System.IO.Pipelines;
7+
using Microsoft.AspNetCore.InternalTesting;
78

89
namespace Microsoft.AspNetCore.ResponseCaching.Tests;
910

@@ -70,6 +71,7 @@ public async Task Copy_SingleSegment()
7071
}
7172

7273
[Fact]
74+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61293")]
7375
public async Task Copy_MultipleSegments()
7476
{
7577
var segments = new List<byte[]>

0 commit comments

Comments
 (0)