Skip to content

Commit 29f7f32

Browse files
authored
Quarantine recent flaky tests (#60906)
1 parent 8ee12ef commit 29f7f32

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/Grpc/Interop/test/InteropTests/InteropTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public InteropTests(ITestOutputHelper output)
7575
public Task ServerCompressedUnary() => InteropTestCase("server_compressed_unary");
7676

7777
[Fact]
78+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60903")]
7879
public Task ServerCompressedStreaming() => InteropTestCase("server_compressed_streaming");
7980

8081
private async Task InteropTestCase(string name)

src/Middleware/OutputCaching/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.OutputCaching.Tests;
910

@@ -64,6 +65,7 @@ public async Task Copy_SingleSegment()
6465
}
6566

6667
[Fact]
68+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60904")]
6769
public async Task Copy_MultipleSegments()
6870
{
6971
var segments = new List<byte[]>

0 commit comments

Comments
 (0)