aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Jan Tattermusch <jtattermusch@google.com>2016-04-27 11:11:41 -0700
committerGravatar Jan Tattermusch <jtattermusch@google.com>2016-04-27 15:27:55 -0700
commit85a93831ddf98632d8156bcebee92069b634ef06 (patch)
treef6e0276c783897a5c76ef105452a7b1dfca10b5b /tools/run_tests
parenta6316693bcadadb87e4c189007e69dc4ad87c79c (diff)
run all implemented C# interop tests
Diffstat (limited to 'tools/run_tests')
-rwxr-xr-xtools/run_tests/run_interop_tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index 18d4c1072b..758be9304d 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -111,8 +111,7 @@ class CSharpLanguage:
return {}
def unimplemented_test_cases(self):
- # TODO: status_code_and_message doesn't work against node_server
- return _SKIP_COMPRESSION + ['status_code_and_message']
+ return _SKIP_COMPRESSION
def unimplemented_test_cases_server(self):
return _SKIP_COMPRESSION