From 450b281b5b1b0a3278264b8637a0cd401936e845 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 11 Dec 2015 15:29:58 -0800 Subject: temporarily disable StatusCodeAndMessage test --- src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/csharp/Grpc.IntegrationTesting') diff --git a/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs b/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs index 5facb87971..f6cdfa1d12 100644 --- a/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs +++ b/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs @@ -140,6 +140,7 @@ namespace Grpc.IntegrationTesting } [Test] + [Ignore("TODO: see #4427")] public async Task StatusCodeAndMessage() { await InteropClient.RunStatusCodeAndMessageAsync(client); -- cgit v1.2.3