aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJan Tattermusch <jtattermusch@google.com>2019-03-20 07:08:46 -0700
committerJan Tattermusch <jtattermusch@google.com>2019-06-05 10:45:54 -0400
commit4686f6d5183100d8507ca3b6abab95b911c45c40 (patch)
treeea97117d66efc1ea8cf41fc2285615b5bb8d5274 /tools
parentde0e9d10269752fa38032f02e1a2e0bb73f271bf (diff)
downloadgrpc-grpc-4686f6d5183100d8507ca3b6abab95b911c45c40.tar.gz
enable special_status_message interop for grpc-dotnet server
Diffstat (limited to 'tools')
-rwxr-xr-xtools/run_tests/run_interop_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index f26111fbf2..e69e501af5 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -213,7 +213,7 @@ class AspNetCoreLanguage:
['cancel_after_first_response', 'ping_pong']
def unimplemented_test_cases_server(self):
- return _SKIP_COMPRESSION + _SKIP_SPECIAL_STATUS_MESSAGE
+ return _SKIP_COMPRESSION
def __str__(self):
return 'aspnetcore'