From d0e0176794824e5fc3ddafc69d946440a45ba3e2 Mon Sep 17 00:00:00 2001 From: Safia Abdalla Date: Thu, 13 Mar 2025 00:00:53 +0000 Subject: [PATCH] Quarantine recent flaky tests --- src/Grpc/Interop/test/InteropTests/InteropTests.cs | 1 + src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs | 2 ++ 2 files changed, 3 insertions(+) diff --git a/src/Grpc/Interop/test/InteropTests/InteropTests.cs b/src/Grpc/Interop/test/InteropTests/InteropTests.cs index 89e874e10f35..4060aeb5a06b 100644 --- a/src/Grpc/Interop/test/InteropTests/InteropTests.cs +++ b/src/Grpc/Interop/test/InteropTests/InteropTests.cs @@ -75,6 +75,7 @@ public InteropTests(ITestOutputHelper output) public Task ServerCompressedUnary() => InteropTestCase("server_compressed_unary"); [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60903")] public Task ServerCompressedStreaming() => InteropTestCase("server_compressed_streaming"); private async Task InteropTestCase(string name) diff --git a/src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs b/src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs index 89c371ea5f26..b3f13c752195 100644 --- a/src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs +++ b/src/Middleware/OutputCaching/test/CachedResponseBodyTests.cs @@ -4,6 +4,7 @@ using System.Buffers; using System.Diagnostics; using System.IO.Pipelines; +using Microsoft.AspNetCore.InternalTesting; namespace Microsoft.AspNetCore.OutputCaching.Tests; @@ -64,6 +65,7 @@ public async Task Copy_SingleSegment() } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/60904")] public async Task Copy_MultipleSegments() { var segments = new List