aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_interop_tests.py
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2016-07-15 11:27:38 -0700
committerGravatar GitHub <noreply@github.com>2016-07-15 11:27:38 -0700
commit69d897d032b27aaf680d8e2cc5b06cabbb23533a (patch)
tree065e65b31649091066bdbb7af36f20f103ea6e14 /tools/run_tests/run_interop_tests.py
parent84b1df2d77b5083d927179ae770901aab670a29d (diff)
parent535b71dce43c0ab2081a9cd960ed0c4a50d8cc33 (diff)
Merge pull request #7347 from apolcyn/add_ruby_client_compression_interop_tests
Add ruby client compression interop tests
Diffstat (limited to 'tools/run_tests/run_interop_tests.py')
-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 f9065c5bfd..2e5a2f7721 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -288,7 +288,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