commit | 839dc96a7fab5b7436e8fa7d871ce4cb2a50229f | [log] [tgz] |
---|---|---|
author | Jan Tattermusch <jtattermusch@google.com> | Fri Dec 11 15:35:00 2015 -0800 |
committer | Jan Tattermusch <jtattermusch@google.com> | Mon Dec 14 15:33:48 2015 -0800 |
tree | 0a062296de74072c84b89f7abd0fbd18a7e77ba1 | |
parent | 450b281b5b1b0a3278264b8637a0cd401936e845 [diff] [blame] |
temporarily disable UnimplementedMethod test
diff --git a/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs b/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs index f6cdfa1..18168f9 100644 --- a/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs +++ b/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs
@@ -147,6 +147,7 @@ } [Test] + [Ignore("TODO: see #4427")] public void UnimplementedMethod() { InteropClient.RunUnimplementedMethod(UnimplementedService.NewClient(channel));