aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 cc146f800a..e3af721ee5 100755
--- a/tools/run_tests/run_interop_tests.py
+++ b/tools/run_tests/run_interop_tests.py
@@ -55,7 +55,7 @@ os.chdir(ROOT)
_DEFAULT_SERVER_PORT=8080
_SKIP_COMPRESSION = ['client_compressed_unary',
- 'client_compressed_streaming'
+ 'client_compressed_streaming',
'server_compressed_unary',
'server_compressed_streaming']