aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-11 15:35:00 -0800
committerGravatar Jan Tattermusch <jtattermusch@google.com>2015-12-14 15:33:48 -0800
commit839dc96a7fab5b7436e8fa7d871ce4cb2a50229f (patch)
tree0a062296de74072c84b89f7abd0fbd18a7e77ba1
parent450b281b5b1b0a3278264b8637a0cd401936e845 (diff)
temporarily disable UnimplementedMethod test
-rw-r--r--src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs1
1 files changed, 1 insertions, 0 deletions
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));