From 2b08ba92214d7430e9461f44f1b327404865c672 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Wed, 12 Feb 2025 16:39:26 -0800 Subject: [PATCH] Quarantine InteropTests.InteropTests.UnimplementedMethod --- 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 825c0ff3c06a..3fa50329e3cd 100644 --- a/src/Grpc/Interop/test/InteropTests/InteropTests.cs +++ b/src/Grpc/Interop/test/InteropTests/InteropTests.cs @@ -61,6 +61,7 @@ public InteropTests(ITestOutputHelper output) public Task UnimplementedService() => InteropTestCase("unimplemented_service"); [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55652")] public Task UnimplementedMethod() => InteropTestCase("unimplemented_method"); [Fact]