From 462f71ac9a5946b8d1ccfa53a05e249ca1e2f597 Mon Sep 17 00:00:00 2001 From: Mitch Denny Date: Thu, 3 Apr 2025 12:09:45 +1100 Subject: [PATCH] Quarantine EmptyUnary --- src/Grpc/Interop/test/InteropTests/InteropTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Grpc/Interop/test/InteropTests/InteropTests.cs b/src/Grpc/Interop/test/InteropTests/InteropTests.cs index da2adfef1cec..21c6aa2fb1cc 100644 --- a/src/Grpc/Interop/test/InteropTests/InteropTests.cs +++ b/src/Grpc/Interop/test/InteropTests/InteropTests.cs @@ -22,6 +22,7 @@ public InteropTests(ITestOutputHelper output) } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61291")] public Task EmptyUnary() => InteropTestCase("empty_unary"); [Fact]