From 839dc96a7fab5b7436e8fa7d871ce4cb2a50229f Mon Sep 17 00:00:00 2001 From: Jan Tattermusch <jtattermusch@google.com> Date: Fri, 11 Dec 2015 15:35:00 -0800 Subject: [PATCH] temporarily disable UnimplementedMethod test --- src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs b/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs index f6cdfa1d12..18168f9970 100644 --- a/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs +++ b/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs @@ -147,6 +147,7 @@ namespace Grpc.IntegrationTesting } [Test] + [Ignore("TODO: see #4427")] public void UnimplementedMethod() { InteropClient.RunUnimplementedMethod(UnimplementedService.NewClient(channel)); -- GitLab