aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/run_interop_tests.py
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-06 13:59:30 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-06 13:59:30 -0800
commit0d8e0b138de63ca4ef2d49b37f9e91e94cbd84a8 (patch)
treed457c58b5b9c39f4c1866585b7d43f2fc43d35f9 /tools/run_tests/run_interop_tests.py
parent38842566f72ca51762df4dac4677bfdbd15d16d7 (diff)
parentd112aac7dc7caff6af8c4bd1ec549d4f711cd711 (diff)
Merge github.com:grpc/grpc into fix_errors
Diffstat (limited to 'tools/run_tests/run_interop_tests.py')
-rwxr-xr-xtools/run_tests/run_interop_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/run_interop_tests.py b/tools/run_tests/run_interop_tests.py
index c14f18af81..981e38b813 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -179,10 +179,10 @@ class JavaLanguage:
return {}
def unimplemented_test_cases(self):
- return _SKIP_ADVANCED + _SKIP_COMPRESSION
+ return _SKIP_COMPRESSION
def unimplemented_test_cases_server(self):
- return _SKIP_ADVANCED + _SKIP_COMPRESSION
+ return _SKIP_COMPRESSION
def __str__(self):
return 'java'