diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2016-03-01 12:33:20 -0800 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2016-03-01 14:14:23 -0800 |
commit | 7d91dc3181e94bef7cf85bf8885cb8c3f3d0ff62 (patch) | |
tree | 94e483c4b8632ef05b90c5ef8b81819a79d56264 /src/csharp/Grpc.IntegrationTesting | |
parent | 2edea9ce815bc55a19bac8814f1a296c8173fcf0 (diff) |
fix #4427
Diffstat (limited to 'src/csharp/Grpc.IntegrationTesting')
-rw-r--r-- | src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs b/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs index 18168f9970..5facb87971 100644 --- a/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs +++ b/src/csharp/Grpc.IntegrationTesting/InteropClientServerTest.cs @@ -140,14 +140,12 @@ namespace Grpc.IntegrationTesting } [Test] - [Ignore("TODO: see #4427")] public async Task StatusCodeAndMessage() { await InteropClient.RunStatusCodeAndMessageAsync(client); } [Test] - [Ignore("TODO: see #4427")] public void UnimplementedMethod() { InteropClient.RunUnimplementedMethod(UnimplementedService.NewClient(channel)); |