aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2016-07-12 12:30:30 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2016-07-12 13:47:27 -0700
commitcdff92f02ea04ef238b6393a843e3605060efde1 (patch)
treeccee4942a90bf252a7573255f91b7fdaa4f0b1ad /tools/run_tests
parent7c55ab090a952b90b79324fd163feb2bc99a0724 (diff)
added ruby client compression interop tests
Diffstat (limited to 'tools/run_tests')
-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 13a4a49325..b71627a9c8 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -286,7 +286,7 @@ class RubyLanguage:
return {}
def unimplemented_test_cases(self):
- return _SKIP_ADVANCED + _SKIP_COMPRESSION
+ return _SKIP_ADVANCED + _SKIP_SERVER_COMPRESSION
def unimplemented_test_cases_server(self):
return _SKIP_ADVANCED + _SKIP_COMPRESSION