diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2015-12-11 15:29:58 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2015-12-14 15:33:47 -0800 |
commit | 450b281b5b1b0a3278264b8637a0cd401936e845 (patch) | |
tree | e3b4db47e6ef10554c79b1cc9a13c92091878d94 /src/csharp/Grpc.IntegrationTesting | |
parent | 3ac274f128cfc28a5d9c8e1c51d67fc0e535b92c (diff) |
temporarily disable StatusCodeAndMessage test
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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); |